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