java.lang.Object
gnu.java.beans.decoder.DefaultExceptionListener
- All Implemented Interfaces:
- java.beans.ExceptionListener
- public class DefaultExceptionListener
- extends java.lang.Object
- implements java.beans.ExceptionListener
The DefaultExceptionListener is the default implementation of the ExceptionListener
interface. An instance of this class is used whenever the user provided no
ExceptionListener instance on its own.
The implementation just writes the exception's message to System.err.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultExceptionListener
public DefaultExceptionListener()
exceptionThrown
public void exceptionThrown(java.lang.Exception e)
- Description copied from interface:
java.beans.ExceptionListener
- Fired after an exception occurs.
- Specified by:
exceptionThrown in interface java.beans.ExceptionListener