[Java] Class JsonInternalException
- groovy.json.internal.Exceptions.JsonInternalException
Constructor Summary
Constructor and description |
---|
Exceptions.JsonInternalException
(String message) |
Exceptions.JsonInternalException
(String message, Throwable cause) |
Exceptions.JsonInternalException
(Throwable cause) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
Throwable |
getCause() | |
String |
getLocalizedMessage() | |
String |
getMessage() | |
StackTraceElement[] |
getStackTrace() | |
void |
printStackTrace(PrintStream s) | |
void |
printStackTrace(PrintWriter s) | |
void |
printStackTrace() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class RuntimeException | printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Constructor Detail
public Exceptions.JsonInternalException(String message)
public Exceptions.JsonInternalException(String message, Throwable cause)
public Exceptions.JsonInternalException(Throwable cause)
Method Detail
public Throwable getCause()
public String getLocalizedMessage()
public String getMessage()
public StackTraceElement[] getStackTrace()
public void printStackTrace(PrintStream s)
public void printStackTrace(PrintWriter s)
public void printStackTrace()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/groovy/json/internal/Exceptions.JsonInternalException.html