Package net.sf.saxon.trans
Class UncheckedXPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.saxon.trans.UncheckedXPathException
- All Implemented Interfaces:
Serializable
When tree construction is deferred, innocuous methods such as NodeInfo#getLocalName() may
trigger a dynamic error. Rather than make all such methods on NodeInfo throw a checked XPathException,
we instead throw an UncheckedXPathException, which is a simple wrapper for an XPathException.
Appropriate places in the code must check for this condition and translate it back into an
XPathException.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UncheckedXPathException
-
-
Method Details
-
getXPathException
-