Class JSONInvalidValueTypeException

All Implemented Interfaces:
Serializable

public class JSONInvalidValueTypeException
extends JSONException
See Also:
Serialized Form
  • Constructor Details

    • JSONInvalidValueTypeException

      public JSONInvalidValueTypeException()
    • JSONInvalidValueTypeException

      public JSONInvalidValueTypeException​(String arg0)
    • JSONInvalidValueTypeException

      public JSONInvalidValueTypeException​(Throwable arg0)
    • JSONInvalidValueTypeException

      public JSONInvalidValueTypeException​(String arg0, Throwable arg1)
  • Method Details