Java org.w3c.dom DOMError fields, constructors, methods, implement or subclass

Example usage for Java org.w3c.dom DOMError fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.w3c.dom DOMError.

The text is from its open source code.

Field

shortSEVERITY_WARNING
The severity of the error described by the DOMError is warning.
shortSEVERITY_ERROR
The severity of the error described by the DOMError is error.
shortSEVERITY_FATAL_ERROR
The severity of the error described by the DOMError is fatal error.

Method

DOMLocatorgetLocation()
The location of the error.
StringgetMessage()
An implementation specific string describing the error that occurred.
shortgetSeverity()
The severity of the error, either SEVERITY_WARNING, SEVERITY_ERROR, or SEVERITY_FATAL_ERROR.