Packagedom.xpath
Classpublic class XPathExceptionCode
InheritanceXPathExceptionCode Inheritance Object

Introduced in: DOM 3 XPath 

An integer indicating the type of error generated.

See also

W3C - XPathExceptionCode


Public Constants
 ConstantDefined By
  DOM 3 XPath INVALID_EXPRESSION_ERR : Number = 51
[static] If the expression has a syntax error or otherwise is not a legal expression according to the rules of the specific XPathEvaluator or contains specialized extension functions or variables not supported by this implementation.
XPathExceptionCode
  DOM 3 XPath TYPE_ERR : Number = 52
[static] If the expression cannot be converted to return the specified type.
XPathExceptionCode
Constant Detail
DOM 3 XPath INVALID_EXPRESSION_ERRConstant
public static const INVALID_EXPRESSION_ERR:Number = 51

Introduced in: DOM 3 XPath 

If the expression has a syntax error or otherwise is not a legal expression according to the rules of the specific XPathEvaluator or contains specialized extension functions or variables not supported by this implementation.

See also

DOM 3 XPath TYPE_ERRConstant 
public static const TYPE_ERR:Number = 52

Introduced in: DOM 3 XPath 

If the expression cannot be converted to return the specified type.

See also