|
|||||||||||
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.objectweb.jonathan.apis.kernel.JonathanException
org.objectweb.jonathan.apis.presentation.UnMarshalException
UnMarshalException is a checked exception that indicates that an error occurred when unmarshalling data.
Constructor Summary | |
UnMarshalException()
Constructs a new UnMarshalException with no detail message. |
|
UnMarshalException(java.lang.Exception exception)
Builds a UnMarshalException that wraps another exception. |
|
UnMarshalException(java.lang.String s)
Builds a UnMarshalException with a detail message. |
Methods inherited from class org.objectweb.jonathan.apis.kernel.JonathanException |
getMessage, printStackTrace, printStackTrace, printStackTrace, represents, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public UnMarshalException()
public UnMarshalException(java.lang.String s)
public UnMarshalException(java.lang.Exception exception)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |