public class JsonException extends RuntimeException
JsonException is the exception thrown by the JSON builder and slurper classes,
 whenever a problem occurs when creating or parsing JSON data structures.| Constructor and Description | 
|---|
| JsonException() | 
| JsonException(String s) | 
| JsonException(String s,
             Throwable throwable) | 
| JsonException(Throwable throwable) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString