| Frames | No Frames | 
Constructors with parameter type java.beans.ExceptionListener | |
PersistenceParser.PersistenceParser(InputStream inputStream, ExceptionListener exceptionListener, ClassLoader cl, XMLDecoder decoder) 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 | |
| gnu.java.beans.decoder.Context | Analyses the content of the Attributes instance and creates a Context
 object accordingly.
  | 
| gnu.java.beans.decoder.Context | Analyses the content of the Attributes instance and creates a Context
 object accordingly.
  | 
Classes implementing java.beans.ExceptionListener | |
| class | The DefaultExceptionListener is the default implementation of the
 ExceptionListener interface.  | 
Constructors with parameter type java.beans.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.
  |