|
Oracle® Database XML Java API Reference 11g Release 2 (11.2) E10769-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
public class 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) |
|
| Method Summary |
|---|
| 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® Database XML Java API Reference 11g Release 2 (11.2) E10769-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||