Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
java.beans | Contains classes related to developing beans -- components based on the JavaBeansTM architecture. |
Uses of ExceptionListener in java.beans |
---|
Modifier and Type | Method and Description |
---|---|
ExceptionListener |
XMLDecoder.getExceptionListener()
Gets the exception handler for this stream. |
ExceptionListener |
Encoder.getExceptionListener()
Gets the exception handler for this stream. |
Modifier and Type | Method and Description |
---|---|
static 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 the XMLEncoder class. |
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 . |
Constructor and Description |
---|
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. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.