Package org.htmlunit.cssparser.dom
Class DOMExceptionImpl
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.w3c.dom.DOMException
org.htmlunit.cssparser.dom.DOMExceptionImpl
- All Implemented Interfaces:
Serializable
Custom
DOMException
extension.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
CHARSET_NOT_FIRST = 11.static final int
CHARSET_NOT_UNIQUE = 12.static final int
EXPECTING_CHARSET_RULE = 4.static final int
EXPECTING_FONT_FACE_RULE = 7.static final int
EXPECTING_IMPORT_RULE = 5.static final int
EXPECTING_MEDIA_RULE = 6.static final int
EXPECTING_PAGE_RULE = 8.static final int
EXPECTING_STYLE_RULE = 3.static final int
FLOAT_ERROR = 9.static final int
IMPORT_NOT_FIRST = 13.static final int
INDEX_OUT_OF_BOUNDS = 1.static final int
INSERT_BEFORE_IMPORT = 16.(package private) static final String[]
static final int
NOT_FOUND = 14.static final int
NOT_IMPLEMENTED = 15.static final int
READ_ONLY_STYLE_SHEET = 2.static final int
STRING_ERROR = 10.static final int
SYNTAX_ERROR = 0.Fields inherited from class org.w3c.dom.DOMException
code, DOMSTRING_SIZE_ERR, HIERARCHY_REQUEST_ERR, INDEX_SIZE_ERR, 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_ERR, NOT_SUPPORTED_ERR, SYNTAX_ERR, TYPE_MISMATCH_ERR, VALIDATION_ERR, WRONG_DOCUMENT_ERR
-
Constructor Summary
ConstructorsConstructorDescriptionDOMExceptionImpl
(int code, int messageKey) Ctor.DOMExceptionImpl
(int code, int messageKey, String info) Ctor.DOMExceptionImpl
(short code, int messageKey) Ctor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
SYNTAX_ERROR
public static final int SYNTAX_ERRORSYNTAX_ERROR = 0.- See Also:
-
INDEX_OUT_OF_BOUNDS
public static final int INDEX_OUT_OF_BOUNDSINDEX_OUT_OF_BOUNDS = 1.- See Also:
-
READ_ONLY_STYLE_SHEET
public static final int READ_ONLY_STYLE_SHEETREAD_ONLY_STYLE_SHEET = 2.- See Also:
-
EXPECTING_STYLE_RULE
public static final int EXPECTING_STYLE_RULEEXPECTING_STYLE_RULE = 3.- See Also:
-
EXPECTING_CHARSET_RULE
public static final int EXPECTING_CHARSET_RULEEXPECTING_CHARSET_RULE = 4.- See Also:
-
EXPECTING_IMPORT_RULE
public static final int EXPECTING_IMPORT_RULEEXPECTING_IMPORT_RULE = 5.- See Also:
-
EXPECTING_MEDIA_RULE
public static final int EXPECTING_MEDIA_RULEEXPECTING_MEDIA_RULE = 6.- See Also:
-
EXPECTING_FONT_FACE_RULE
public static final int EXPECTING_FONT_FACE_RULEEXPECTING_FONT_FACE_RULE = 7.- See Also:
-
EXPECTING_PAGE_RULE
public static final int EXPECTING_PAGE_RULEEXPECTING_PAGE_RULE = 8.- See Also:
-
FLOAT_ERROR
public static final int FLOAT_ERRORFLOAT_ERROR = 9.- See Also:
-
STRING_ERROR
public static final int STRING_ERRORSTRING_ERROR = 10.- See Also:
-
CHARSET_NOT_FIRST
public static final int CHARSET_NOT_FIRSTCHARSET_NOT_FIRST = 11.- See Also:
-
CHARSET_NOT_UNIQUE
public static final int CHARSET_NOT_UNIQUECHARSET_NOT_UNIQUE = 12.- See Also:
-
IMPORT_NOT_FIRST
public static final int IMPORT_NOT_FIRSTIMPORT_NOT_FIRST = 13.- See Also:
-
NOT_FOUND
public static final int NOT_FOUNDNOT_FOUND = 14.- See Also:
-
NOT_IMPLEMENTED
public static final int NOT_IMPLEMENTEDNOT_IMPLEMENTED = 15.- See Also:
-
INSERT_BEFORE_IMPORT
public static final int INSERT_BEFORE_IMPORTINSERT_BEFORE_IMPORT = 16.- See Also:
-
messages
-
-
Constructor Details
-
DOMExceptionImpl
public DOMExceptionImpl(short code, int messageKey) Ctor.- Parameters:
code
- the codemessageKey
- the message key
-
DOMExceptionImpl
public DOMExceptionImpl(int code, int messageKey) Ctor.- Parameters:
code
- the codemessageKey
- the message key
-
DOMExceptionImpl
Ctor.- Parameters:
code
- the codemessageKey
- the message keyinfo
- additional info
-