org.eclipse.jet.xpath
Class XPathRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.jet.xpath.XPathRuntimeException
- All Implemented Interfaces:
- Serializable
- public class XPathRuntimeException
- extends RuntimeException
Indentify a runtime exception arising from the execution of an XPath expression.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
XPathRuntimeException
public XPathRuntimeException()
XPathRuntimeException
public XPathRuntimeException(String message)
- Parameters:
message
-
XPathRuntimeException
public XPathRuntimeException(String message,
Throwable throwable)
- Parameters:
message
- throwable
-
XPathRuntimeException
public XPathRuntimeException(Throwable throwable)
- Parameters:
throwable
-