org.exolab.castor.xml

Class MarshalException

public class MarshalException extends XMLException

An exception that is used to signal marshalling exceptions.

Version: $Revision: 5951 $ $Date: 2005-12-13 14:58:48 -0700 (Tue, 13 Dec 2005) $

Author: Keith Visco

Field Summary
static StringBASE_CLASS_OR_VOID_ERR
static StringNON_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(Throwable exception)
Creates a new MarshalException with the given nested exception.
MarshalException(String message, Throwable exception)
Creates a new MarshalException with the given message and nested exception.
MarshalException(String message, Throwable exception, int errorCode)
Creates a new MarshalException with the given message, nested exception, and errorCode.

Field Detail

BASE_CLASS_OR_VOID_ERR

public static final String BASE_CLASS_OR_VOID_ERR

NON_SERIALIZABLE_ERR

public static final String NON_SERIALIZABLE_ERR

Constructor Detail

MarshalException

public MarshalException()
Creates a new MarshalException with no message or nested Exception.

MarshalException

public MarshalException(String message)
Creates a new MarshalException with the given message.

Parameters: message the message for this Exception

MarshalException

public MarshalException(String message, int errorCode)
Creates a new MarshalException with the given message.

Parameters: message the message for this Exception errorCode the errorCode for this Exception

MarshalException

public MarshalException(Throwable exception)
Creates a new MarshalException with the given nested exception.

Parameters: exception the nested exception

MarshalException

public MarshalException(String message, Throwable exception)
Creates a new MarshalException with the given message and nested exception.

Parameters: message the detail message for this exception exception the nested exception

MarshalException

public MarshalException(String message, Throwable exception, int errorCode)
Creates a new MarshalException with the given message, nested exception, and errorCode.

Parameters: message the detail message for this exception exception the nested exception errorCode the errorCode for this Exception

Intalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com