Class XPathException

All Implemented Interfaces:
Serializable

public final class XPathException extends RuntimeException
Signals that an XPath expression evaluation has been failed or it is impossible to perform a specific operation with XPathResult.
See Also:
  • Constructor Details

    • XPathException

      public XPathException(String message)
      Constructs an XPathException instance with the given detail message. The detail message is a string that describes this particular exception.
      Parameters:
      message - a string representing a detailed message