Class XPathException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath.XPathException
-
- All Implemented Interfaces:
Serializable
public class XPathException extends Exception
XPath exception.- Version:
- $Id$
- Author:
- Andy Clark, IBM
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XPathException()
Constructs an exception.XPathException(String key)
Constructs an exception with the specified key.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-