Package org.ghotibeaun.json.exception
Class JSONRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ghotibeaun.json.exception.JSONRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JSONFactoryException
public class JSONRuntimeException extends RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description JSONRuntimeException()
JSONRuntimeException(String message)
JSONRuntimeException(String message, Throwable cause)
JSONRuntimeException(Throwable 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
-
JSONRuntimeException
public JSONRuntimeException() -
JSONRuntimeException
-
JSONRuntimeException
-
JSONRuntimeException
-