Uses of Interface java.beans.ExceptionListener

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.