Class XPathEvaluatorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.stellent.ridc.common.xml.XPathEvaluatorException
All Implemented Interfaces:
Serializable

public class XPathEvaluatorException extends RuntimeException
Wraps errors thrown from the XPathEvaluator class.
See Also:
  • Constructor Details

    • XPathEvaluatorException

      @Deprecated public XPathEvaluatorException()
      Deprecated.
    • XPathEvaluatorException

      public XPathEvaluatorException(String message)
    • XPathEvaluatorException

      public XPathEvaluatorException(String message, Throwable cause)
    • XPathEvaluatorException

      public XPathEvaluatorException(Throwable cause)