Class DOMExceptionImpl
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.w3c.dom.DOMException
org.eclipse.e4.ui.css.core.exceptions.DOMExceptionImpl
- All Implemented Interfaces:
Serializable
DOM exception implementation.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
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) DOMExceptionImpl
(short code, int messageKey) DOMExceptionImpl
(short code, int messageKey, String info) -
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_ERROR- See Also:
-
ARRAY_OUT_OF_BOUNDS
public static final int ARRAY_OUT_OF_BOUNDS- See Also:
-
READ_ONLY_STYLE_SHEET
public static final int READ_ONLY_STYLE_SHEET- See Also:
-
EXPECTING_UNKNOWN_RULE
public static final int EXPECTING_UNKNOWN_RULE- See Also:
-
EXPECTING_STYLE_RULE
public static final int EXPECTING_STYLE_RULE- See Also:
-
EXPECTING_CHARSET_RULE
public static final int EXPECTING_CHARSET_RULE- See Also:
-
EXPECTING_IMPORT_RULE
public static final int EXPECTING_IMPORT_RULE- See Also:
-
EXPECTING_MEDIA_RULE
public static final int EXPECTING_MEDIA_RULE- See Also:
-
EXPECTING_FONT_FACE_RULE
public static final int EXPECTING_FONT_FACE_RULE- See Also:
-
EXPECTING_PAGE_RULE
public static final int EXPECTING_PAGE_RULE- See Also:
-
FLOAT_ERROR
public static final int FLOAT_ERROR- See Also:
-
STRING_ERROR
public static final int STRING_ERROR- See Also:
-
COUNTER_ERROR
public static final int COUNTER_ERROR- See Also:
-
RECT_ERROR
public static final int RECT_ERROR- See Also:
-
RGBCOLOR_ERROR
public static final int RGBCOLOR_ERROR- See Also:
-
CHARSET_NOT_FIRST
public static final int CHARSET_NOT_FIRST- See Also:
-
CHARSET_NOT_UNIQUE
public static final int CHARSET_NOT_UNIQUE- See Also:
-
IMPORT_NOT_FIRST
public static final int IMPORT_NOT_FIRST- See Also:
-
NOT_FOUND
public static final int NOT_FOUND- See Also:
-
NOT_IMPLEMENTED
public static final int NOT_IMPLEMENTED- See Also:
-
NO_MODIFICATION_ALLOWED_ERROR
public static final int NO_MODIFICATION_ALLOWED_ERROR- See Also:
-
-
Constructor Details
-
DOMExceptionImpl
public DOMExceptionImpl(short code, int messageKey) -
DOMExceptionImpl
public DOMExceptionImpl(int code, int messageKey) -
DOMExceptionImpl
-