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 and 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 and 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
Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.