com.icl.saxon.expr

Class XPathException

public class XPathException extends TransformerException

XPathException is used to indicate an error in an XPath expression. We don't distinguish compile-time errors from run-time errors because there are too many overlaps, e.g. constant expressions can be evaluated at compile-time, and expressions can be optimised either at compile-time or at run-time.
Constructor Summary
XPathException(String message)
XPathException(Exception err)
XPathException(String message, Exception err)

Constructor Detail

XPathException

public XPathException(String message)

XPathException

public XPathException(Exception err)

XPathException

public XPathException(String message, Exception err)