Uses of Interface
java.beans.ExceptionListener
Packages that use ExceptionListener
Package
Description
Contains classes related to developing beans -- components based on
the JavaBeans architecture.
-
Uses of ExceptionListener in java.beans
Methods in java.beans that return ExceptionListenerModifier and TypeMethodDescriptionEncoder.getExceptionListener()
Gets the exception handler for this stream.XMLDecoder.getExceptionListener()
Gets the exception handler for this stream.Methods in java.beans with parameters of type ExceptionListenerModifier and TypeMethodDescriptionstatic DefaultHandler
XMLDecoder.createHandler
(Object owner, ExceptionListener el, ClassLoader cl) Creates a new handler for SAX parser that can be used to parse embedded XML archives created by theXMLEncoder
class.void
Encoder.setExceptionListener
(ExceptionListener exceptionListener) Sets the exception handler for this stream toexceptionListener
.void
XMLDecoder.setExceptionListener
(ExceptionListener exceptionListener) Sets the exception handler for this stream toexceptionListener
.Constructors in java.beans with parameters of type ExceptionListenerModifierConstructorDescriptionXMLDecoder
(InputStream in, Object owner, ExceptionListener exceptionListener) Creates a new input stream for reading archives created by theXMLEncoder
class.XMLDecoder
(InputStream in, Object owner, ExceptionListener exceptionListener, ClassLoader cl) Creates a new input stream for reading archives created by theXMLEncoder
class.