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 Details

    • JSONRuntimeException

      public JSONRuntimeException()
    • JSONRuntimeException

      public JSONRuntimeException​(String message)
    • JSONRuntimeException

      public JSONRuntimeException​(Throwable cause)
    • JSONRuntimeException

      public JSONRuntimeException​(String message, Throwable cause)