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.MarshalException
All Implemented Interfaces:
java.io.Serializable

public class MarshalException
extends CastorException

An exception that can be used to signal marshalling exceptions

Version:
$Revision: 1.6 $ $Date: 2000/11/04 01:31:14 $
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
           
 
Fields inherited from class java.lang.Exception
 
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.
 
Method Summary
 java.lang.Exception getException()
          Returns the exception, which in turn caused this Exception to be thrown, or null if nested exception exists.
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream printer)
           
 void printStackTrace(java.io.PrintWriter printer)
           
 void setLocation(Location location)
          Sets the location information for this Exception
 java.lang.String toString()
          Returns the String representation of this Exception
 
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
clone, equals, finalize, 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
Method Detail

getException

public java.lang.Exception getException()
Returns the exception, which in turn caused this Exception to be thrown, or null if nested exception exists.

Returns:
the exception, which in turn caused this Exception to be thrown, or null if nested exception exists.

setLocation

public void setLocation(Location location)
Sets the location information for this Exception


toString

public java.lang.String toString()
Returns the String representation of this Exception

Returns:
the String representation of this Exception

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(java.io.PrintWriter printer)

printStackTrace

public void printStackTrace(java.io.PrintStream printer)


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