Package org.eclipse.wst.xml.xpath2.processor
public class XPathParserException extends org.eclipse.wst.xml.xpath2.processor.StaticErrorThis exception is thrown if there is a problem with the XPath parser.
Field Summary | |
public static java.lang.String | INVALID_XPATH_EXPRESSION The type of exception. |
Constructor Summary |
XPathParserException(java.lang.String reason) |
Method Summary |
Field Detail |
public static java.lang.String INVALID_XPATH_EXPRESSION
The type of exception. |
Constructor Detail |
public XPathParserException(java.lang.String reason)
Constructor for XPathParserException.