Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
RuntimeException
org.w3c.dom.xpath.XPathException
public class XPathException
extends RuntimeException
See also the Document Object Model (DOM) Level 3 XPath Specification.
Field Summary | |
static short |
|
static short |
|
short |
Constructor Summary | |
|
public static final short INVALID_EXPRESSION_ERR
If the expression has a syntax error or otherwise is not a legal expression according to the rules of the specificXPathEvaluator
or contains specialized extension functions or variables not supported by this implementation.
- Field Value:
- 51
public static final short TYPE_ERR
If the expression cannot be converted to return the specified type.
- Field Value:
- 52
public short code