Class XPathProcessorException

All Implemented Interfaces:
Serializable

public class XPathProcessorException extends XPathException
Derived from XPathException in order that XPath processor exceptions may be specifically caught.
See Also:
  • Constructor Details

    • XPathProcessorException

      public XPathProcessorException(String message)
      Create an XPathProcessorException object that holds an error message.
      Parameters:
      message - The error message.