|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jibx.runtime.JiBXException
org.jibx.runtime.RecoverableException
Recoverable exception class. This is used for non-fatal errors in marshalling and unmarshalling.
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 | |
RecoverableException(java.lang.String msg)
Constructor from message. |
|
RecoverableException(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 |
public RecoverableException(java.lang.String msg)
msg
- message describing the exception conditionpublic RecoverableException(java.lang.String msg, java.lang.Throwable root)
msg
- message describing the exception conditionroot
- exception which caused this exception
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |