Class InvalidPathException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PathNotFoundException

public class InvalidPathException extends JsonPathException
See Also:
  • Constructor Details

    • InvalidPathException

      public InvalidPathException()
    • InvalidPathException

      public InvalidPathException(String message)
    • InvalidPathException

      public InvalidPathException(String message, Throwable cause)
    • InvalidPathException

      public InvalidPathException(Throwable cause)