Package org.apache.xerces.impl.xpath
Class XPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.xerces.impl.xpath.XPathException
- All Implemented Interfaces:
Serializable
XPath exception.
INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Version:
- $Id: XPathException.java 572107 2007-09-02 18:40:40Z mrglavas $
- Author:
- Andy Clark, IBM
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an exception.XPathException
(String key) Constructs an exception with the specified key. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XPathException
public XPathException()Constructs an exception. -
XPathException
Constructs an exception with the specified key.
-
-
Method Details
-
getKey
-