Package org.eclipse.wst.xml.xpath2.processor


org.eclipse.wst.xml.xpath2.processor
Class XPathParserException



public class XPathParserException
extends org.eclipse.wst.xml.xpath2.processor.StaticError
This exception is thrown if there is a problem with the XPath parser.

Field Summary

public static java.lang.StringINVALID_XPATH_EXPRESSION
     The type of exception.

Constructor Summary

XPathParserException(java.lang.String reason)

Method Summary


Field Detail

INVALID_XPATH_EXPRESSION

public static java.lang.String INVALID_XPATH_EXPRESSION

The type of exception.

Constructor Detail

XPathParserException

public XPathParserException(java.lang.String reason)

Constructor for XPathParserException.