Package org.json

Class JSONPointerException

All Implemented Interfaces:
Serializable

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

  • Constructor Details

    • JSONPointerException

      public JSONPointerException(String message)
      Constructs a new JSONPointerException with the specified error message.
      Parameters:
      message - The detail message describing the reason for the exception.
    • JSONPointerException

      public JSONPointerException(String message, Throwable cause)
      Constructs a new JSONPointerException with the specified error message and cause.
      Parameters:
      message - The detail message describing the reason for the exception.
      cause - The cause of the exception.