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:
Serializable
- Direct Known Subclasses:
JSONPointerException
public class JSONException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JSONException(Exception e)
JSONException(String message)
JSONException(String message, Object... tokens)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-