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