de.ispsoft.jaxme.jaxb
Class MarshallerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.ispsoft.jaxme.jaxb.JAXBException
              extended byde.ispsoft.jaxme.jaxb.MarshallerException
All Implemented Interfaces:
java.io.Serializable

Deprecated. Soon to be replaced with javax.xml.bind.MarshallerException

public class MarshallerException
extends JAXBException

Version:
$Id: MarshallerException.java,v 1.4 2003/05/21 03:30:18 joe Exp $
Author:
Jochen Wiedmann
See Also:
Serialized Form

Constructor Summary
MarshallerException(java.lang.String pMessage)
          Deprecated. Constructor for MarshallerException.
MarshallerException(java.lang.String pMessage, java.lang.String pErrorCode)
          Deprecated. Constructor for MarshallerException.
MarshallerException(java.lang.String pMessage, java.lang.String pErrorCode, java.lang.Throwable pThrowable)
          Deprecated. Constructor for MarshallerException.
MarshallerException(java.lang.String pMessage, java.lang.Throwable pThrowable)
          Deprecated. Constructor for MarshallerException.
MarshallerException(java.lang.Throwable pThrowable)
          Deprecated. Constructor for MarshallerException.
 
Methods inherited from class de.ispsoft.jaxme.jaxb.JAXBException
getErrorCode, getLinkedException, printStackTrace, printStackTrace, setLinkedException, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MarshallerException

public MarshallerException(java.lang.String pMessage)
Deprecated. 
Constructor for MarshallerException.

Parameters:
pMessage -

MarshallerException

public MarshallerException(java.lang.String pMessage,
                           java.lang.String pErrorCode)
Deprecated. 
Constructor for MarshallerException.

Parameters:
pMessage -
pErrorCode -

MarshallerException

public MarshallerException(java.lang.Throwable pThrowable)
Deprecated. 
Constructor for MarshallerException.

Parameters:
pThrowable -

MarshallerException

public MarshallerException(java.lang.String pMessage,
                           java.lang.Throwable pThrowable)
Deprecated. 
Constructor for MarshallerException.

Parameters:
pMessage -
pThrowable -

MarshallerException

public MarshallerException(java.lang.String pMessage,
                           java.lang.String pErrorCode,
                           java.lang.Throwable pThrowable)
Deprecated. 
Constructor for MarshallerException.

Parameters:
pMessage -
pErrorCode -
pThrowable -