org.exolab.castor.xml
Class MarshalException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.exolab.castor.xml.CastorException
              extended byorg.exolab.castor.xml.XMLException
                  extended byorg.exolab.castor.xml.MarshalException
All Implemented Interfaces:
java.io.Serializable

public class MarshalException
extends XMLException

An exception that is used to signal marshalling exceptions.

Version:
$Revision: 1.1.1.1 $ $Date: 2003/03/03 07:09:10 $
Author:
Keith Visco
See Also:
Serialized Form

Field Summary
static java.lang.String BASE_CLASS_OR_VOID_ERR
           
static java.lang.String NON_SERIALIZABLE_ERR
           
 
Constructor Summary
MarshalException()
          Creates a new MarshalException with no message or nested Exception.
MarshalException(java.lang.Exception exception)
          Creates a new MarshalException with the given nested exception.
MarshalException(java.lang.String message)
          Creates a new MarshalException with the given message.
MarshalException(java.lang.String message, java.lang.Exception exception)
          Creates a new MarshalException with the given message and nested exception.
MarshalException(java.lang.String message, java.lang.Exception exception, int errorCode)
          Creates a new MarshalException with the given message, nested exception, and errorCode.
MarshalException(java.lang.String message, int errorCode)
          Creates a new MarshalException with the given message.
 
Methods inherited from class org.exolab.castor.xml.XMLException
getException, printStackTrace, printStackTrace, printStackTrace, setLocation, toString
 
Methods inherited from class org.exolab.castor.xml.CastorException
getErrorCode, getMessage, setErrorCode, setMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BASE_CLASS_OR_VOID_ERR

public static final java.lang.String BASE_CLASS_OR_VOID_ERR
See Also:
Constant Field Values

NON_SERIALIZABLE_ERR

public static final java.lang.String NON_SERIALIZABLE_ERR
See Also:
Constant Field Values
Constructor Detail

MarshalException

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


MarshalException

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

Parameters:
message - the message for this Exception

MarshalException

public MarshalException(java.lang.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(java.lang.Exception exception)
Creates a new MarshalException with the given nested exception.

Parameters:
exception - the nested exception

MarshalException

public MarshalException(java.lang.String message,
                        java.lang.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

MarshalException

public MarshalException(java.lang.String message,
                        java.lang.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


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