Uses of Interface java.beans.ExceptionListener

Uses in package gnu.java.beans.decoder

Constructors with parameter type java.beans.ExceptionListener

Creates a PersistenceParser which reads XML data from the given InputStream, reports exceptions to ExceptionListener instance, stores resulting object in the DecoderContext and uses the given ClassLoader to resolve classes.

Methods with parameter type java.beans.ExceptionListener

gnu.java.beans.decoder.Context
JavaHandler.startElement(Attributes attributes, ExceptionListener exceptionListener)
gnu.java.beans.decoder.Context
ObjectHandler.startElement(Attributes attributes, ExceptionListener exceptionListener)
Analyses the content of the Attributes instance and creates a Context object accordingly.
gnu.java.beans.decoder.Context
VoidHandler.startElement(Attributes attributes, ExceptionListener exceptionListener)
Analyses the content of the Attributes instance and creates a Context object accordingly.

Uses in package gnu.java.beans

Classes implementing java.beans.ExceptionListener

class
The DefaultExceptionListener is the default implementation of the ExceptionListener interface.

Uses in package java.beans

Constructors with parameter type java.beans.ExceptionListener

XMLDecoder.XMLDecoder(InputStream in, Object owner, ExceptionListener exceptionListener)
Creates a XMLDecoder instance that parses the XML data of the given input stream.
Creates a XMLDecoder instance that parses the XML data of the given input stream.

Methods with parameter type java.beans.ExceptionListener

void
Sets the ExceptionListener instance to be used for reporting recorable exceptions in the instantiation and initialization sequence.
void
Sets the ExceptionListener instance to which notifications of exceptions are send while parsing the XML data.

Methods with return type java.beans.ExceptionListener

ExceptionListener
Returns the currently active ExceptionListener instance.
ExceptionListener
Returns the ExceptionListener instance associated with this decoder.