Class SimplifiedJsonTokener.SimplifiedJsonException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.continual.onap.services.mrCommon.SimplifiedJsonTokener.SimplifiedJsonException
- All Implemented Interfaces:
Serializable
- Enclosing class:
SimplifiedJsonTokener
The JSONException is thrown by the JSON.org classes when things are amiss.
- Version:
- 2013-02-10
- Author:
- JSON.org
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSimplifiedJsonException(String message) Constructs a JSONException with an explanatory message.SimplifiedJsonException(Throwable cause) Constructs a new JSONException with the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SimplifiedJsonException
Constructs a JSONException with an explanatory message.- Parameters:
message- Detail about the reason for the exception.
-
SimplifiedJsonException
Constructs a new JSONException with the specified cause.- Parameters:
cause- the cause of this exception
-
-
Method Details