Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

XPathException Class Reference

List of all members.


Detailed Description

A new exception has been created for exceptions specific to these XPath interfaces.

See also the Document Object Model (DOM) Level 3 XPath Specification.


Public Member Functions

 XPathException (short code, String message)

Public Attributes

short code

Static Public Attributes

static final short INVALID_EXPRESSION_ERR = 51
 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 final short TYPE_ERR = 52
 If the expression cannot be converted to return the specified type.

Constructor & Destructor Documentation

XPathException ( short  code,
String  message 
)


Member Data Documentation

short code

final short INVALID_EXPRESSION_ERR = 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.

final short TYPE_ERR = 52 [static]

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