Package | Description |
---|---|
jadex.commons.beans |
Modifier and Type | Method and Description |
---|---|
ExceptionListener |
XMLDecoder.getExceptionListener()
Returns the exception listener.
|
ExceptionListener |
Encoder.getExceptionListener()
Returns the exception listener of this encoder.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLDecoder.setExceptionListener(ExceptionListener listener)
Sets the exception listener.
|
void |
Encoder.setExceptionListener(ExceptionListener listener)
Sets the exception listener of this encoder.
|
Constructor and Description |
---|
XMLDecoder(InputStream inputStream,
Object owner,
ExceptionListener listener)
Create a decoder to read from specified input stream.
|
XMLDecoder(InputStream inputStream,
Object owner,
ExceptionListener listener,
ClassLoader cl) |
Copyright © 2013. All Rights Reserved.