public class DOMExceptionImpl extends 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 | 
DOMSTRING_SIZE_ERR, HIERARCHY_REQUEST_ERR, INDEX_SIZE_ERR, INUSE_ATTRIBUTE_ERR, INVALID_CHARACTER_ERR, NO_DATA_ALLOWED_ERR, NO_MODIFICATION_ALLOWED_ERR, NOT_FOUND_ERR, NOT_SUPPORTED_ERR, TYPE_MISMATCH_ERR, VALIDATION_ERR, WRONG_DOCUMENT_ERR| Constructor and Description | 
|---|
| DOMExceptionImpl(short code,
                String message) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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
public DOMExceptionImpl(short code,
                String message)
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.