Package org.apache.groovy.json.internal
Class Exceptions.JsonInternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
groovy.json.JsonException
org.apache.groovy.json.internal.Exceptions.JsonInternalException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Exceptions
public static class Exceptions.JsonInternalException extends JsonException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description JsonInternalException(String message)
JsonInternalException(String message, Throwable cause)
JsonInternalException(Throwable cause)
-
Method Summary
Modifier and Type Method Description Throwable
getCause()
String
getLocalizedMessage()
String
getMessage()
StackTraceElement[]
getStackTrace()
void
printStackTrace()
void
printStackTrace(PrintStream s)
void
printStackTrace(PrintWriter s)
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
JsonInternalException
-
JsonInternalException
-
JsonInternalException
-
-
Method Details
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-
getMessage
- Overrides:
getMessage
in classThrowable
-
getLocalizedMessage
- Overrides:
getLocalizedMessage
in classThrowable
-
getStackTrace
- Overrides:
getStackTrace
in classThrowable
-
getCause
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTrace
in classThrowable
-