Class XPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.xpath.XPathException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
XPathExpressionException
,XPathFactoryConfigurationException
XPathException
represents a generic XPath exception.- Since:
- 1.5
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXPathException
(String message) Constructs a newXPathException
with the specified detailmessage
.