Serializable
public class XPathException extends RuntimeException
另见Document Object Model (DOM) Level 3 XPath Specification 。
short
code
static short
INVALID_EXPRESSION_ERR
XPathEvaluator
TYPE_ERR
XPathException(short code, String message)
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public short code
public static final short INVALID_EXPRESSION_ERR
public static final short TYPE_ERR
public XPathException(short code, String message)