java.io.Serializable
public class DOMExceptionImpl
extends org.w3c.dom.DOMException
NodeList
.
Implementations may raise other exceptions under other circumstances.
For example, implementations may raise an implementation-dependent
exception if a null
argument is passed.
See also the Document Object Model (DOM) Level 2 Specification.
Modifier and Type | Field | Description |
---|---|---|
short |
code |
|
static short |
INVALID_ACCESS_ERR |
|
static short |
INVALID_MODIFICATION_ERR |
|
static short |
INVALID_STATE_ERR |
|
static short |
NAMESPACE_ERR |
|
static short |
SYNTAX_ERR |
Constructor | Description |
---|---|
DOMExceptionImpl(short code,
java.lang.String message) |
public short code
public static final short INVALID_STATE_ERR
public static final short SYNTAX_ERR
public static final short INVALID_MODIFICATION_ERR
public static final short NAMESPACE_ERR
public static final short INVALID_ACCESS_ERR