Packagedom.validation
Interfacepublic interface ExceptionVAL

Introduced in: DOM 3 Validation 

Some Validation operations may throw an ExceptionVAL as described in their descriptions.

See also

W3C - ExceptionVAL


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

Introduced in: DOM 3 Validation 

The specific exception code.


Implementation
    public function get code():Number

See also