public static class Exceptions.JsonInternalException extends JsonException
Constructor and Description |
---|
JsonInternalException(String message) |
JsonInternalException(String message,
Throwable cause) |
JsonInternalException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause() |
String |
getLocalizedMessage() |
String |
getMessage() |
StackTraceElement[] |
getStackTrace() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
addSuppressed, fillInStackTrace, getSuppressed, initCause, setStackTrace, toString
public JsonInternalException(String message)
public JsonInternalException(Throwable cause)
public void printStackTrace(PrintStream s)
printStackTrace
in class Throwable
public String getMessage()
getMessage
in class Throwable
public String getLocalizedMessage()
getLocalizedMessage
in class Throwable
public StackTraceElement[] getStackTrace()
getStackTrace
in class Throwable
public void printStackTrace(PrintWriter s)
printStackTrace
in class Throwable
public void printStackTrace()
printStackTrace
in class Throwable