Class DOMExceptionImpl

  • All Implemented Interfaces:
    java.io.Serializable

    public class DOMExceptionImpl
    extends org.w3c.dom.DOMException
    Custom DOMException extension.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DOMExceptionImpl​(int code, int messageKey)
      Ctor.
      DOMExceptionImpl​(int code, int messageKey, java.lang.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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • INDEX_OUT_OF_BOUNDS

        public static final int INDEX_OUT_OF_BOUNDS
        INDEX_OUT_OF_BOUNDS = 1.
        See Also:
        Constant Field Values
      • READ_ONLY_STYLE_SHEET

        public static final int READ_ONLY_STYLE_SHEET
        READ_ONLY_STYLE_SHEET = 2.
        See Also:
        Constant Field Values
      • EXPECTING_STYLE_RULE

        public static final int EXPECTING_STYLE_RULE
        EXPECTING_STYLE_RULE = 3.
        See Also:
        Constant Field Values
      • EXPECTING_CHARSET_RULE

        public static final int EXPECTING_CHARSET_RULE
        EXPECTING_CHARSET_RULE = 4.
        See Also:
        Constant Field Values
      • EXPECTING_IMPORT_RULE

        public static final int EXPECTING_IMPORT_RULE
        EXPECTING_IMPORT_RULE = 5.
        See Also:
        Constant Field Values
      • EXPECTING_MEDIA_RULE

        public static final int EXPECTING_MEDIA_RULE
        EXPECTING_MEDIA_RULE = 6.
        See Also:
        Constant Field Values
      • EXPECTING_FONT_FACE_RULE

        public static final int EXPECTING_FONT_FACE_RULE
        EXPECTING_FONT_FACE_RULE = 7.
        See Also:
        Constant Field Values
      • EXPECTING_PAGE_RULE

        public static final int EXPECTING_PAGE_RULE
        EXPECTING_PAGE_RULE = 8.
        See Also:
        Constant Field Values
      • CHARSET_NOT_FIRST

        public static final int CHARSET_NOT_FIRST
        CHARSET_NOT_FIRST = 11.
        See Also:
        Constant Field Values
      • CHARSET_NOT_UNIQUE

        public static final int CHARSET_NOT_UNIQUE
        CHARSET_NOT_UNIQUE = 12.
        See Also:
        Constant Field Values
      • IMPORT_NOT_FIRST

        public static final int IMPORT_NOT_FIRST
        IMPORT_NOT_FIRST = 13.
        See Also:
        Constant Field Values
      • NOT_IMPLEMENTED

        public static final int NOT_IMPLEMENTED
        NOT_IMPLEMENTED = 15.
        See Also:
        Constant Field Values
      • INSERT_BEFORE_IMPORT

        public static final int INSERT_BEFORE_IMPORT
        INSERT_BEFORE_IMPORT = 16.
        See Also:
        Constant Field Values
      • messages

        static final java.lang.String[] messages
    • Constructor Detail

      • DOMExceptionImpl

        public DOMExceptionImpl​(short code,
                                int messageKey)
        Ctor.
        Parameters:
        code - the code
        messageKey - the message key
      • DOMExceptionImpl

        public DOMExceptionImpl​(int code,
                                int messageKey)
        Ctor.
        Parameters:
        code - the code
        messageKey - the message key
      • DOMExceptionImpl

        public DOMExceptionImpl​(int code,
                                int messageKey,
                                java.lang.String info)
        Ctor.
        Parameters:
        code - the code
        messageKey - the message key
        info - additional info