Class UnresolvableException

  • All Implemented Interfaces:
    Serializable

    public class UnresolvableException
    extends XPathException
    Derived from XPathException in order that XPath processor exceptions may be specifically caught.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnresolvableException

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

        public UnresolvableException​(Throwable cause)
        Create an UnresolvableException object that holds an error message, and another exception that caused this exception.
        Parameters:
        cause - The exception that caused this exception.