All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.lang.RuntimeException | +----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.
Some languages and object systems do not support the concept of exceptions. For such systems, error conditions may be indicated using native error reporting mechanisms. For some bindings, for example, methods may return error codes similar to those listed in the corresponding method descriptions.
public static final int INDEX_SIZE_ERR
public static final int DOMSTRING_SIZE_ERR
public static final int HIERARCHY_REQUEST_ERR
public static final int WRONG_DOCUMENT_ERR
public static final int INVALID_CHARACTER_ERR
public static final int NO_DATA_ALLOWED_ERR
public static final int NO_MODIFICATION_ALLOWED_ERR
public static final int NOT_FOUND_ERR
public static final int NOT_SUPPORTED_ERR
public static final int INUSE_ATTRIBUTE_ERR
public int code
public DOMException(int code, String message)
All Packages Class Hierarchy This Package Previous Next Index