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