com.steadystate.css.dom

Class DOMExceptionImpl


public class DOMExceptionImpl
extends DOMException

Version:
$Release$
Author:
David Schweinsberg

Field Summary

static int
ARRAY_OUT_OF_BOUNDS
static int
CHARSET_NOT_FIRST
static int
CHARSET_NOT_UNIQUE
static int
COUNTER_ERROR
static int
EXPECTING_CHARSET_RULE
static int
EXPECTING_FONT_FACE_RULE
static int
EXPECTING_IMPORT_RULE
static int
EXPECTING_MEDIA_RULE
static int
EXPECTING_PAGE_RULE
static int
EXPECTING_STYLE_RULE
static int
EXPECTING_UNKNOWN_RULE
static int
FLOAT_ERROR
static int
IMPORT_NOT_FIRST
static int
NOT_FOUND
static int
NOT_IMPLEMENTED
static int
READ_ONLY_STYLE_SHEET
static int
RECT_ERROR
static int
RGBCOLOR_ERROR
static int
STRING_ERROR
static int
SYNTAX_ERROR

Constructor Summary

DOMExceptionImpl(int code, int messageKey)
DOMExceptionImpl(short code, int messageKey)
DOMExceptionImpl(short code, int messageKey, String info)

Field Details

ARRAY_OUT_OF_BOUNDS

public static final int ARRAY_OUT_OF_BOUNDS
Field Value:
1

CHARSET_NOT_FIRST

public static final int CHARSET_NOT_FIRST
Field Value:
15

CHARSET_NOT_UNIQUE

public static final int CHARSET_NOT_UNIQUE
Field Value:
16

COUNTER_ERROR

public static final int COUNTER_ERROR
Field Value:
12

EXPECTING_CHARSET_RULE

public static final int EXPECTING_CHARSET_RULE
Field Value:
5

EXPECTING_FONT_FACE_RULE

public static final int EXPECTING_FONT_FACE_RULE
Field Value:
8

EXPECTING_IMPORT_RULE

public static final int EXPECTING_IMPORT_RULE
Field Value:
6

EXPECTING_MEDIA_RULE

public static final int EXPECTING_MEDIA_RULE
Field Value:
7

EXPECTING_PAGE_RULE

public static final int EXPECTING_PAGE_RULE
Field Value:
9

EXPECTING_STYLE_RULE

public static final int EXPECTING_STYLE_RULE
Field Value:
4

EXPECTING_UNKNOWN_RULE

public static final int EXPECTING_UNKNOWN_RULE
Field Value:
3

FLOAT_ERROR

public static final int FLOAT_ERROR
Field Value:
10

IMPORT_NOT_FIRST

public static final int IMPORT_NOT_FIRST
Field Value:
17

NOT_FOUND

public static final int NOT_FOUND
Field Value:
18

NOT_IMPLEMENTED

public static final int NOT_IMPLEMENTED
Field Value:
19

READ_ONLY_STYLE_SHEET

public static final int READ_ONLY_STYLE_SHEET
Field Value:
2

RECT_ERROR

public static final int RECT_ERROR
Field Value:
13

RGBCOLOR_ERROR

public static final int RGBCOLOR_ERROR
Field Value:
14

STRING_ERROR

public static final int STRING_ERROR
Field Value:
11

SYNTAX_ERROR

public static final int SYNTAX_ERROR
Field Value:
0

Constructor Details

DOMExceptionImpl

public DOMExceptionImpl(int code,
                        int messageKey)

DOMExceptionImpl

public DOMExceptionImpl(short code,
                        int messageKey)

DOMExceptionImpl

public DOMExceptionImpl(short code,
                        int messageKey,
                        String info)