public class UnrecoverableException extends JiBXException
| Constructor and Description |
|---|
UnrecoverableException(String msg)
Constructor from message.
|
UnrecoverableException(String msg,
Throwable root)
Constructor from message and wrapped exception.
|
getCause, getRootCause, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic UnrecoverableException(String msg)
msg - message describing the exception conditionCopyright © 2005-2013 jibx.org. All Rights Reserved.