Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.steadystate.css.dom
Class DOMExceptionImpl  view DOMExceptionImpl download DOMExceptionImpl.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.w3c.dom.DOMException
                  extended bycom.steadystate.css.dom.DOMExceptionImpl
All Implemented Interfaces:
java.io.Serializable

public class DOMExceptionImpl
extends org.w3c.dom.DOMException

Version:
$Release$

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private static java.util.ResourceBundle _exceptionResource
           
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
           
 
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
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
DOMExceptionImpl(int code, int messageKey)
           
DOMExceptionImpl(short code, int messageKey)
           
DOMExceptionImpl(short code, int messageKey, java.lang.String info)
           
 
Method Summary
private static java.lang.String keyString(int key)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SYNTAX_ERROR

public static final int SYNTAX_ERROR
See Also:
Constant Field Values

ARRAY_OUT_OF_BOUNDS

public static final int ARRAY_OUT_OF_BOUNDS
See Also:
Constant Field Values

READ_ONLY_STYLE_SHEET

public static final int READ_ONLY_STYLE_SHEET
See Also:
Constant Field Values

EXPECTING_UNKNOWN_RULE

public static final int EXPECTING_UNKNOWN_RULE
See Also:
Constant Field Values

EXPECTING_STYLE_RULE

public static final int EXPECTING_STYLE_RULE
See Also:
Constant Field Values

EXPECTING_CHARSET_RULE

public static final int EXPECTING_CHARSET_RULE
See Also:
Constant Field Values

EXPECTING_IMPORT_RULE

public static final int EXPECTING_IMPORT_RULE
See Also:
Constant Field Values

EXPECTING_MEDIA_RULE

public static final int EXPECTING_MEDIA_RULE
See Also:
Constant Field Values

EXPECTING_FONT_FACE_RULE

public static final int EXPECTING_FONT_FACE_RULE
See Also:
Constant Field Values

EXPECTING_PAGE_RULE

public static final int EXPECTING_PAGE_RULE
See Also:
Constant Field Values

FLOAT_ERROR

public static final int FLOAT_ERROR
See Also:
Constant Field Values

STRING_ERROR

public static final int STRING_ERROR
See Also:
Constant Field Values

COUNTER_ERROR

public static final int COUNTER_ERROR
See Also:
Constant Field Values

RECT_ERROR

public static final int RECT_ERROR
See Also:
Constant Field Values

RGBCOLOR_ERROR

public static final int RGBCOLOR_ERROR
See Also:
Constant Field Values

CHARSET_NOT_FIRST

public static final int CHARSET_NOT_FIRST
See Also:
Constant Field Values

CHARSET_NOT_UNIQUE

public static final int CHARSET_NOT_UNIQUE
See Also:
Constant Field Values

IMPORT_NOT_FIRST

public static final int IMPORT_NOT_FIRST
See Also:
Constant Field Values

NOT_FOUND

public static final int NOT_FOUND
See Also:
Constant Field Values

NOT_IMPLEMENTED

public static final int NOT_IMPLEMENTED
See Also:
Constant Field Values

_exceptionResource

private static java.util.ResourceBundle _exceptionResource
Constructor Detail

DOMExceptionImpl

public DOMExceptionImpl(short code,
                        int messageKey)

DOMExceptionImpl

public DOMExceptionImpl(int code,
                        int messageKey)

DOMExceptionImpl

public DOMExceptionImpl(short code,
                        int messageKey,
                        java.lang.String info)
Method Detail

keyString

private static java.lang.String keyString(int key)