|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.ibm.commons.util.AbstractException com.ibm.commons.util.io.json.JsonException
public class JsonException
Json Exception.
Exception sent by the Json parsers/generators.
Constructor Summary | |
---|---|
JsonException(java.lang.Exception e,
java.lang.String msg,
java.lang.Object... params)
|
Method Summary |
---|
Methods inherited from class com.ibm.commons.util.AbstractException |
---|
getCause, initCause, printExtraInformation, printExtraInformation |
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 JsonException(java.lang.Exception e, java.lang.String msg, java.lang.Object... params)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |