Serializablepublic static class Exceptions.JsonInternalException extends JsonException
| Constructor | Description |
|---|---|
JsonInternalException(String message) |
|
JsonInternalException(String message,
Throwable cause) |
|
JsonInternalException(Throwable cause) |
| Modifier and Type | Method | Description |
|---|---|---|
Throwable |
getCause() |
|
String |
getLocalizedMessage() |
|
String |
getMessage() |
|
StackTraceElement[] |
getStackTrace() |
|
void |
printStackTrace() |
|
void |
printStackTrace(PrintStream s) |
|
void |
printStackTrace(PrintWriter s) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic JsonInternalException(String message)
public JsonInternalException(Throwable cause)
public void printStackTrace(PrintStream s)
printStackTrace in class Throwablepublic String getMessage()
getMessage in class Throwablepublic String getLocalizedMessage()
getLocalizedMessage in class Throwablepublic StackTraceElement[] getStackTrace()
getStackTrace in class Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace in class Throwablepublic void printStackTrace()
printStackTrace in class Throwable