Class DOMErrorImpl

    • Field Detail

      • fSeverity

        public short fSeverity
        Deprecated.
      • fMessage

        public String fMessage
        Deprecated.
      • fException

        public Exception fException
        Deprecated.
      • fType

        public String fType
        Deprecated.
      • fRelatedData

        public Object fRelatedData
        Deprecated.
    • Constructor Detail

      • DOMErrorImpl

        public DOMErrorImpl()
        Deprecated.
        Default constructor.
      • DOMErrorImpl

        public DOMErrorImpl​(short severity,
                            XMLParseException exception)
        Deprecated.
        Exctracts information from XMLParserException)
    • Method Detail

      • getSeverity

        public short getSeverity()
        Deprecated.
        The severity of the error, either SEVERITY_WARNING, SEVERITY_ERROR, or SEVERITY_FATAL_ERROR.
        Specified by:
        getSeverity in interface DOMError
      • getMessage

        public String getMessage()
        Deprecated.
        An implementation specific string describing the error that occured.
        Specified by:
        getMessage in interface DOMError
      • getRelatedException

        public Object getRelatedException()
        Deprecated.
        The related platform dependent exception if any.exception is a reserved word, we need to rename it.Change to "relatedException". (F2F 26 Sep 2001)
        Specified by:
        getRelatedException in interface DOMError
      • reset

        public void reset()
        Deprecated.