Package groovy.json
Class JsonException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
groovy.json.JsonException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- Exceptions.JsonInternalException
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.- Since:
- 1.8.0
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description JsonException()JsonException(java.lang.String s)JsonException(java.lang.String s, java.lang.Throwable throwable)JsonException(java.lang.Throwable throwable)
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
- 
Constructor Details- 
JsonExceptionpublic JsonException()
- 
JsonExceptionpublic JsonException(java.lang.String s)
- 
JsonExceptionpublic JsonException(java.lang.String s, java.lang.Throwable throwable)
- 
JsonExceptionpublic JsonException(java.lang.Throwable throwable)
 
-