Package kong.unirest.core.json
Class JSONException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- kong.unirest.core.json.JSONException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
JSONPointerException
public class JSONException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JSONException(java.lang.Exception e)
JSONException(java.lang.String message)
JSONException(java.lang.String message, java.lang.Object... tokens)
-