Packagedom.validation
Classpublic class ExceptionVALCode
InheritanceExceptionVALCode Inheritance Object

Introduced in: DOM 3 Validation 

An integer indicating the type of error generated.

See also

W3C - ExceptionVALCode


Public Constants
 ConstantDefined By
  DOM 3 Validation NO_SCHEMA_AVAILABLE_ERR : Number = 71
[static] This error occurs when the operation cannot complete due to an unavailable schema.
ExceptionVALCode
Constant Detail
DOM 3 Validation NO_SCHEMA_AVAILABLE_ERRConstant
public static const NO_SCHEMA_AVAILABLE_ERR:Number = 71

Introduced in: DOM 3 Validation 

This error occurs when the operation cannot complete due to an unavailable schema.

See also