org.w3c.dom

Interface DOMError

    • Field Detail

      • SEVERITY_WARNING

        static final short SEVERITY_WARNING
        The severity of the error described by the DOMError is warning. A SEVERITY_WARNING will not cause the processing to stop, unless DOMErrorHandler.handleError() returns false.
        See Also:
        Constant Field Values
      • SEVERITY_ERROR

        static final short SEVERITY_ERROR
        The severity of the error described by the DOMError is error. A SEVERITY_ERROR may not cause the processing to stop if the error can be recovered, unless DOMErrorHandler.handleError() returns false.
        See Also:
        Constant Field Values
      • SEVERITY_FATAL_ERROR

        static final short SEVERITY_FATAL_ERROR
        The severity of the error described by the DOMError is fatal error. A SEVERITY_FATAL_ERROR will cause the normal processing to stop. The return value of DOMErrorHandler.handleError() is ignored unless the implementation chooses to continue, in which case the behavior becomes undefined.
        See Also:
        Constant Field Values
    • Method Detail

      • getSeverity

        short getSeverity()
        The severity of the error, either SEVERITY_WARNING, SEVERITY_ERROR, or SEVERITY_FATAL_ERROR.
      • getMessage

        String getMessage()
        An implementation specific string describing the error that occurred.
      • getType

        String getType()
        A DOMString indicating which related data is expected in relatedData. Users should refer to the specification of the error in order to find its DOMString type and relatedData definitions if any.

        Note: As an example, Document.normalizeDocument() does generate warnings when the "split-cdata-sections" parameter is in use. Therefore, the method generates a SEVERITY_WARNING with type "cdata-sections-splitted" and the first CDATASection node in document order resulting from the split is returned by the relatedData attribute.

      • getRelatedException

        Object getRelatedException()
        The related platform dependent exception if any.
      • getRelatedData

        Object getRelatedData()
        The related DOMError.type dependent data if any.
      • getLocation

        DOMLocator getLocation()
        The location of the error.

Document created the 11/06/2005, last modified the 04/03/2020
Source of the printed document:https://www.gaudry.be/en/java-api-rf-org/w3c/dom/domerror.html

The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.

References

  1. View the html document Language of the document:fr Manuel PHP : https://docs.oracle.com

These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.

Contents Haut