Class JSONException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JSONConversionException, JSONInvalidValueTypeException, JSONParserException, JSONSerializationException, JSONTypeNotFoundException, JSONUnmarshallingException, JSONValueNotFoundException

public class JSONException
extends RuntimeException
Author:
jearley
See Also:
Serialized Form
  • Constructor Details

    • JSONException

      public JSONException()
      Constructor
    • JSONException

      public JSONException​(String arg0)
      Parameters:
      arg0 - the message
    • JSONException

      public JSONException​(Throwable arg0)
      Parameters:
      arg0 - the throwable
    • JSONException

      public JSONException​(String arg0, Throwable arg1)
      Parameters:
      arg0 - String message
      arg1 - the Exception