Package org.json

Class JSONPointerException

All Implemented Interfaces:
Serializable

@Deprecated public class JSONPointerException extends JSONException
Deprecated.
The JSONPointerException is thrown by JSONPointer if an error occurs during evaluating a pointer.
See Also:
  • Constructor Details

    • JSONPointerException

      public JSONPointerException(String message)
      Deprecated.
    • JSONPointerException

      public JSONPointerException(String message, Throwable cause)
      Deprecated.