Package org.loboevolution.apache.xml.dtm
Class DTMDOMException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.htmlunit.cssparser.dom.DOMException
org.loboevolution.apache.xml.dtm.DTMDOMException
- All Implemented Interfaces:
Serializable
Simple implementation of DOMException.
%REVIEW% Several classes were implementing this internally; it makes more sense to have one shared version.
- See Also:
-
Field Summary
Fields inherited from class org.htmlunit.cssparser.dom.DOMException
CHARSET_NOT_FIRST, CHARSET_NOT_UNIQUE, DOMSTRING_SIZE_ERR, EXPECTING_CHARSET_RULE, EXPECTING_FONT_FACE_RULE, EXPECTING_IMPORT_RULE, EXPECTING_MEDIA_RULE, EXPECTING_PAGE_RULE, EXPECTING_STYLE_RULE, FLOAT_ERROR, HIERARCHY_REQUEST_ERR, IMPORT_NOT_FIRST, INDEX_OUT_OF_BOUNDS, INDEX_SIZE_ERR, INSERT_BEFORE_IMPORT, INUSE_ATTRIBUTE_ERR, INVALID_ACCESS_ERR, INVALID_CHARACTER_ERR, INVALID_MODIFICATION_ERR, INVALID_STATE_ERR, NAMESPACE_ERR, NO_DATA_ALLOWED_ERR, NO_MODIFICATION_ALLOWED_ERR, NOT_FOUND, NOT_FOUND_ERR, NOT_IMPLEMENTED, NOT_SUPPORTED_ERR, READ_ONLY_STYLE_SHEET, STRING_ERROR, SYNTAX_ERR, SYNTAX_ERROR, TYPE_MISMATCH_ERR, VALIDATION_ERR, WRONG_DOCUMENT_ERR
-
Constructor Summary
-
Method Summary
Methods inherited from class org.htmlunit.cssparser.dom.DOMException
getCode, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DTMDOMException
public DTMDOMException(short code) Constructor DTMDOMException- Parameters:
code
- aShort
object.
-