Package org.eclipse.wst.xml.xpath2.processor
public class XPathException extends java.lang.RuntimeExceptionThis exception is thrown when there is a problem with an XPath exception.
Constructor Summary |
XPathException(java.lang.String reason) |
Method Summary | |
public java.lang.String | getMessage() |
public java.lang.String | reason() The reason why the exception has been thrown. |
Constructor Detail |
public XPathException(java.lang.String reason)
Constructor for XPathException
Methods Detail |
public java.lang.String getMessage()
java.lang.String
public java.lang.String reason()
The reason why the exception has been thrown.
java.lang.String
- the reason why the exception has been throw.