org.jibx.runtime
Class UnrecoverableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jibx.runtime.JiBXException
              extended byorg.jibx.runtime.UnrecoverableException
All Implemented Interfaces:
java.io.Serializable

public class UnrecoverableException
extends JiBXException

Unrecoverable exception class. This is used for fatal errors in marshalling and unmarshalling.

Version:
1.0
Author:
Dennis M. Sosnoski
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jibx.runtime.JiBXException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
UnrecoverableException(java.lang.String msg)
          Constructor from message.
UnrecoverableException(java.lang.String msg, java.lang.Throwable root)
          Constructor from message and wrapped exception.
 
Methods inherited from class org.jibx.runtime.JiBXException
getRootCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnrecoverableException

public UnrecoverableException(java.lang.String msg)
Constructor from message.

Parameters:
msg - message describing the exception condition

UnrecoverableException

public UnrecoverableException(java.lang.String msg,
                              java.lang.Throwable root)
Constructor from message and wrapped exception.

Parameters:
msg - message describing the exception condition
root - exception which caused this exception


Project Web Site