public class XPathException
extends java.lang.RuntimeException
See also the Document Object Model (DOM) Level 3 XPath Specification.
Modifier and Type | Field and Description |
---|---|
short |
code |
static short |
INVALID_EXPRESSION_ERR
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. |
static short |
TYPE_ERR
If the expression cannot be converted to return the specified type.
|
Constructor and Description |
---|
XPathException(short code,
java.lang.String message) |
public short code
public static final short INVALID_EXPRESSION_ERR
XPathEvaluator
or contains specialized extension
functions or variables not supported by this implementation.public static final short TYPE_ERR
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.