Package org.jibx.runtime
Class RecoverableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jibx.runtime.JiBXException
org.jibx.runtime.RecoverableException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ValidationException
Recoverable exception class. This is used for non-fatal errors in marshalling
and unmarshalling.
- Version:
- 1.0
- Author:
- Dennis M. Sosnoski
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor from message.RecoverableException
(String msg, Throwable root) Constructor from message and wrapped exception. -
Method Summary
Methods inherited from class org.jibx.runtime.JiBXException
getCause, getRootCause, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
RecoverableException
Constructor from message.- Parameters:
msg
- message describing the exception condition
-
RecoverableException
Constructor from message and wrapped exception.- Parameters:
msg
- message describing the exception conditionroot
- exception which caused this exception
-