org.exolab.castor.xml
public class MarshalException extends XMLException
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:09:10 $
| Field Summary | |
|---|---|
| static String | BASE_CLASS_OR_VOID_ERR |
| static String | NON_SERIALIZABLE_ERR |
| Constructor Summary | |
|---|---|
| MarshalException()
Creates a new MarshalException with no message
or nested Exception.
| |
| MarshalException(String message)
Creates a new MarshalException with the given message.
| |
| MarshalException(String message, int errorCode)
Creates a new MarshalException with the given message.
| |
| MarshalException(Exception exception)
Creates a new MarshalException with the given nested
exception.
| |
| MarshalException(String message, Exception exception)
Creates a new MarshalException with the given message
and nested exception.
| |
| MarshalException(String message, Exception exception, int errorCode)
Creates a new MarshalException with the given message,
nested exception, and errorCode.
| |
Parameters: message the message for this Exception
Parameters: message the message for this Exception errorCode the errorCode for this Exception
Parameters: exception the nested exception
Parameters: message the detail message for this exception exception the nested exception
Parameters: message the detail message for this exception exception the nested exception errorCode the errorCode for this Exception