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:
 java.io.Serializable
- Enclosing class:
 - Exceptions
 
public static class Exceptions.JsonInternalException extends JsonException
- See Also:
 - Serialized Form
 
- 
Constructor Summary
Constructors Constructor Description JsonInternalException(java.lang.String message)JsonInternalException(java.lang.String message, java.lang.Throwable cause)JsonInternalException(java.lang.Throwable cause) - 
Method Summary
Modifier and Type Method Description java.lang.ThrowablegetCause()java.lang.StringgetLocalizedMessage()java.lang.StringgetMessage()java.lang.StackTraceElement[]getStackTrace()voidprintStackTrace()voidprintStackTrace(java.io.PrintStream s)voidprintStackTrace(java.io.PrintWriter s)Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getSuppressed, initCause, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait 
- 
Constructor Details
- 
JsonInternalException
public JsonInternalException(java.lang.String message) - 
JsonInternalException
public JsonInternalException(java.lang.String message, java.lang.Throwable cause) - 
JsonInternalException
public JsonInternalException(java.lang.Throwable cause) 
 - 
 - 
Method Details
- 
printStackTrace
public void printStackTrace(java.io.PrintStream s)- Overrides:
 printStackTracein classjava.lang.Throwable
 - 
getMessage
public java.lang.String getMessage()- Overrides:
 getMessagein classjava.lang.Throwable
 - 
getLocalizedMessage
public java.lang.String getLocalizedMessage()- Overrides:
 getLocalizedMessagein classjava.lang.Throwable
 - 
getStackTrace
public java.lang.StackTraceElement[] getStackTrace()- Overrides:
 getStackTracein classjava.lang.Throwable
 - 
getCause
public java.lang.Throwable getCause()- Overrides:
 getCausein classjava.lang.Throwable
 - 
printStackTrace
public void printStackTrace(java.io.PrintWriter s)- Overrides:
 printStackTracein classjava.lang.Throwable
 - 
printStackTrace
public void printStackTrace()- Overrides:
 printStackTracein classjava.lang.Throwable
 
 -