Class JSONParserException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JSONEventParserException

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

    • JSONParserException

      public JSONParserException()
    • JSONParserException

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

      public JSONParserException​(Throwable arg0)
      Parameters:
      arg0 - the exception
    • JSONParserException

      public JSONParserException​(String arg0, Throwable arg1)
      Parameters:
      arg0 - the message
      arg1 - the exception