Package org.w3c.dom.validation
Class ExceptionVAL
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.w3c.dom.validation.ExceptionVAL
- All Implemented Interfaces:
Serializable
Some Validation operations may throw an
ExceptionVAL as
described in their descriptions.
See also the Document Object Model (DOM) Level 3 Validation Specification.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal shortstatic final shortThis error occurs when the operation cannot complete due to an unavailable schema. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
code
public final short code -
NO_SCHEMA_AVAILABLE_ERR
public static final short NO_SCHEMA_AVAILABLE_ERRThis error occurs when the operation cannot complete due to an unavailable schema.- See Also:
-
-
Constructor Details
-
ExceptionVAL
-
ExceptionVAL
public ExceptionVAL(short code)
-