Package org.json

Class JSONPointerException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      JSONPointerException​(java.lang.String message)
      Deprecated.
       
      JSONPointerException​(java.lang.String message, java.lang.Throwable cause)
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JSONPointerException

        public JSONPointerException​(java.lang.String message)
        Deprecated.
      • JSONPointerException

        public JSONPointerException​(java.lang.String message,
                                    java.lang.Throwable cause)
        Deprecated.