Package org.kiwiproject.json
Class RuntimeJsonException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kiwiproject.json.RuntimeJsonException
- All Implemented Interfaces:
Serializable
Runtime wrapper exception for JSON processing errors.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRuntimeJsonException(String message, Throwable cause) Create instance with given message and cause.RuntimeJsonException(Throwable cause) Create instance with given cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RuntimeJsonException
Create instance with given cause.- Parameters:
cause- the cause
-
RuntimeJsonException
Create instance with given message and cause.- Parameters:
message- the messagecause- the cause
-