Package org.apache.xpath.domapi
Class XPathStylesheetDOM3Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.transform.TransformerException
org.apache.xpath.domapi.XPathStylesheetDOM3Exception
- All Implemented Interfaces:
Serializable
A new exception to add support for DOM Level 3 XPath API.
This class is needed to throw a org.w3c.dom.DOMException with proper error code in
createExpression method of XPathEvaluatorImpl (a DOM Level 3 class).
This class extends TransformerException because the error message includes information
about where the XPath problem is in the stylesheet as well as the XPath expression itself.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.xml.transform.TransformerException
getCause, getException, getLocationAsString, getLocator, getMessageAndLocation, initCause, printStackTrace, printStackTrace, printStackTrace, setLocator
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, toString
-
Constructor Details
-
XPathStylesheetDOM3Exception
-