groovy.json
Class JsonException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
groovy.json.JsonException
- All Implemented Interfaces:
- Serializable
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.
- Since:
- 1.8.0
- Author:
- Guillaume Laforge
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JsonException
public JsonException()
JsonException
public JsonException(String s)
JsonException
public JsonException(String s,
Throwable throwable)
JsonException
public JsonException(Throwable throwable)