| 
 | Oracle® XML Java API Reference Release 1 (10.1) B12024-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.w3c.dom.validation.ExceptionVAL
Some Validation operations may throw an ExceptionVAL as described in their descriptions.
See also the Document Object Model (DOM) Level 3 Validation Specification.
| Field Summary | |
|  short | code | 
| static short | NO_SCHEMA_AVAILABLE_ERRThis error occurs when the operation cannot complete due to an unavailable schema. | 
| Constructor Summary | |
| ExceptionVAL(short code, java.lang.String message) | |
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
public short code
public static final short NO_SCHEMA_AVAILABLE_ERR
| Constructor Detail | 
public ExceptionVAL(short code,
                    java.lang.String message)
| 
 | Oracle® XML Java API Reference Release 1 (10.1) B12024-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||