DOMError
interfacein packageorg.w3c.dom
public interface DOMError:
DOMError

DOM processing error.

import org.w3c.dom

error as DOMError = null
Fields
Modifier and Type Member Description
public static readonly SEVERITY_ERROR
SEVERITY_ERROR as Int = 2
No summary.
public static readonly SEVERITY_FATAL_ERROR
SEVERITY_FATAL_ERROR as Int = 3
No summary.
public static readonly SEVERITY_WARNING
SEVERITY_WARNING as Int = 1
Severity constants for DOM processing errors.
Properties
Modifier and Type Member Description
public readonly property location
location as DOMLocator
Location associated with the error, when known.
public readonly property message
message as String
Human-readable error message.
public readonly property relatedData
relatedData as Object
Related data object, when any.
public readonly property relatedException
relatedException as Object
Related exception object, when any.
public readonly property severity
severity as Int
Error severity.
public readonly property type
type as String
Implementation-defined error type.