|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
it.negro.jajb.JAJBUnMarshallException
public class JAJBUnMarshallException
This is the exception that can be launched during unmarshalling phase (during conversion from JSONString to JavaBean).
Constructor Summary | |
---|---|
JAJBUnMarshallException(java.lang.String message)
Constructor for JAJBUnMarshallException |
|
JAJBUnMarshallException(java.lang.String message,
java.lang.Throwable cause)
Constructor for JAJBUnMarshallException |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JAJBUnMarshallException(java.lang.String message, java.lang.Throwable cause)
message
- the message of the thrown exception.cause
- the eventual precedent exception that has caused this one.public JAJBUnMarshallException(java.lang.String message)
message
- the message of the thrown exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |