Public Member Functions | Static Public Attributes

org.exolab.castor.xml.MarshalException Class Reference

Inheritance diagram for org.exolab.castor.xml.MarshalException:
org.exolab.castor.xml.XMLException org.exolab.castor.core.exceptions.CastorException

List of all members.

Public Member Functions

 MarshalException ()
 MarshalException (String message)
 MarshalException (String message, int errorCode)
 MarshalException (Exception exception)
 MarshalException (String message, Exception exception)
 MarshalException (String message, Exception exception, int errorCode)

Static Public Attributes

static final String BASE_CLASS_OR_VOID_ERR = "Class.class or Object.class"
static final String NON_SERIALIZABLE_ERR = "do not implement java.io.Serializable"

Detailed Description

An exception that is used to signal marshalling exceptions.

Author:
Keith Visco
Version:
Revision:
1.1.1.1
Date:
2003/03/03 07:09:10

Constructor & Destructor Documentation

org.exolab.castor.xml.MarshalException.MarshalException (  ) 

Creates a new MarshalException with no message or nested Exception.

org.exolab.castor.xml.MarshalException.MarshalException ( String  message  ) 

Creates a new MarshalException with the given message.

Parameters:
message the message for this Exception
org.exolab.castor.xml.MarshalException.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
org.exolab.castor.xml.MarshalException.MarshalException ( Exception  exception  ) 

Creates a new MarshalException with the given nested exception.

Parameters:
exception the nested exception
org.exolab.castor.xml.MarshalException.MarshalException ( String  message,
Exception  exception 
)

Creates a new MarshalException with the given message and nested exception.

Parameters:
message the detail message for this exception
exception the nested exception
org.exolab.castor.xml.MarshalException.MarshalException ( String  message,
Exception  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

Member Data Documentation

final String org.exolab.castor.xml.MarshalException.BASE_CLASS_OR_VOID_ERR = "Class.class or Object.class" [static]
final String org.exolab.castor.xml.MarshalException.NON_SERIALIZABLE_ERR = "do not implement java.io.Serializable" [static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties