public class DOMException
extends java.lang.Exception
| 限定符和类型 | 字段和说明 |
|---|---|
short |
code |
static short |
DOMSTRING_SIZE_ERR |
static short |
HIERARCHY_REQUEST_ERR |
static short |
NOT_FOUND_ERR |
| 构造器和说明 |
|---|
DOMException(short code,
java.lang.String message) |