org.exolab.castor.xml
Class MarshalException
public class MarshalException
An exception that is used to signal marshalling exceptions.
$Revision: 1.1.1.1 $ $Date: 2003/03/03 07:09:10 $
MarshalException() - Creates a new MarshalException with no message
or nested Exception.
|
MarshalException(Exception exception) - Creates a new MarshalException with the given nested
exception.
|
MarshalException(String message) - Creates a new MarshalException with the given message.
|
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.
|
MarshalException(String message, int errorCode) - Creates a new MarshalException with the given message.
|
BASE_CLASS_OR_VOID_ERR
public static final String BASE_CLASS_OR_VOID_ERR
NON_SERIALIZABLE_ERR
public static final String NON_SERIALIZABLE_ERR
MarshalException
public MarshalException()
Creates a new MarshalException with no message
or nested Exception.
MarshalException
public MarshalException(Exception exception)
Creates a new MarshalException with the given nested
exception.
exception
- the nested exception
MarshalException
public MarshalException(String message)
Creates a new MarshalException with the given message.
message
- the message for this Exception
MarshalException
public MarshalException(String message,
Exception exception)
Creates a new MarshalException with the given message
and nested exception.
message
- the detail message for this exceptionexception
- the nested exception
MarshalException
public MarshalException(String message,
Exception exception,
int errorCode)
Creates a new MarshalException with the given message,
nested exception, and errorCode.
message
- the detail message for this exceptionexception
- the nested exceptionerrorCode
- the errorCode for this Exception
MarshalException
public MarshalException(String message,
int errorCode)
Creates a new MarshalException with the given message.
message
- the message for this ExceptionerrorCode
- the errorCode for this Exception
Intalio Inc. (C) 1999-2003. All rights reserved http://www.intalio.com