Class JSONPointerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.json.JSONException
org.everit.json.schema.JSONPointerException
All Implemented Interfaces:
Serializable

public class JSONPointerException extends org.json.JSONException
The JSONPointerException is thrown by JSONPointer if an error occurs during evaluating a pointer.
Version:
2016-05-13
Author:
JSON.org
See Also:
  • Constructor Details

    • JSONPointerException

      public JSONPointerException(String message)
    • JSONPointerException

      public JSONPointerException(String message, Throwable cause)