|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
Encoder.getExceptionListener()
Gets the exception handler for this stream. |
ExceptionListener |
XMLDecoder.getExceptionListener()
Gets the exception handler for this stream. |
Methods in java.beans with parameters of type ExceptionListener | |
---|---|
void |
Encoder.setExceptionListener(ExceptionListener exceptionListener)
Sets the exception handler for this stream to exceptionListener . |
void |
XMLDecoder.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 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.