Java™ Platform
Standard Ed. 6

Uses of Interface
java.beans.ExceptionListener

Packages that use ExceptionListener
java.beans Contains classes related to developing beans -- components based on the JavaBeansTM architecture. 
 

Uses of ExceptionListener in java.beans
 

Methods in java.beans that return ExceptionListener
 ExceptionListener XMLDecoder.getExceptionListener()
          Gets the exception handler for this stream.
 ExceptionListener Encoder.getExceptionListener()
          Gets the exception handler for this stream.
 

Methods in java.beans with parameters of type ExceptionListener
 void XMLDecoder.setExceptionListener(ExceptionListener exceptionListener)
          Sets the exception handler for this stream to exceptionListener.
 void Encoder.setExceptionListener(ExceptionListener exceptionListener)
          Sets the exception handler for this stream to exceptionListener.
 

Constructors in java.beans with parameters of type ExceptionListener
XMLDecoder(InputStream in, Object owner, ExceptionListener exceptionListener)
          Creates a new input stream for reading archives created by the XMLEncoder class.
XMLDecoder(InputStream in, Object owner, ExceptionListener exceptionListener, ClassLoader cl)
          Creates a new input stream for reading archives created by the XMLEncoder class.
 


Java™ Platform
Standard Ed. 6

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.