DOM Reference Manual
All Packages
|
All Classes
|
Index
|
Frames
No Frames
ExceptionVAL
Properties
Package
dom.validation
Interface
public 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
Property
Defined By
DOM
3 Validation
code
: Number
[read-only] The specific exception code.
ExceptionVAL
Property Detail
DOM
3 Validation
code
property
code:Number
[read-only]
Introduced in:
DOM
3 Validation
The specific exception code.
Implementation
public function get code():Number
See also
W3C - ExceptionVAL
Mon Aug 17 2009, 10:08 AM -04:00