Class ExceptionVAL

All Implemented Interfaces:
Serializable

public class ExceptionVAL extends RuntimeException
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 Details

    • code

      public final short code
    • NO_SCHEMA_AVAILABLE_ERR

      public static final short NO_SCHEMA_AVAILABLE_ERR
      This error occurs when the operation cannot complete due to an unavailable schema.
      See Also:
  • Constructor Details

    • ExceptionVAL

      public ExceptionVAL(short code, String message)
    • ExceptionVAL

      public ExceptionVAL(short code)