Packagedom.xpath
Interfacepublic interface XPathException

Introduced in: DOM 3 XPath 

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

See also

W3C - XPathException


Public Properties
 PropertyDefined By
  DOM 3 XPath code : Number
[read-only] The specific exception code.
XPathException
Property Detail
DOM 3 XPath codeproperty
code:Number  [read-only]

Introduced in: DOM 3 XPath 

The specific exception code.


Implementation
    public function get code():Number

See also