public class JsonException
extends java.lang.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(java.lang.String s) | 
| JsonException(java.lang.String s,
             java.lang.Throwable throwable) | 
| JsonException(java.lang.Throwable throwable) |