public interface DOMError:
DOM processing error.
import org.w3c.dom error as DOMError = null
| Modifier and Type | Member | Description |
|---|---|---|
| public const | SEVERITY_ERRORSEVERITY_ERROR as Int = 2 |
No summary. |
| public const | SEVERITY_FATAL_ERRORSEVERITY_FATAL_ERROR as Int = 3 |
No summary. |
| public const | SEVERITY_WARNINGSEVERITY_WARNING as Int = 1 |
Severity constants for DOM processing errors. |
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | locationlocation as DOMLocator |
Location associated with the error, when known. |
| public readonly property | messagemessage as String |
Human-readable error message. |
| public readonly property | relatedDatarelatedData as Object |
Related data object, when any. |
| public readonly property | relatedExceptionrelatedException as Object |
Related exception object, when any. |
| public readonly property | severityseverity as Int |
Error severity. |
| public readonly property | typetype as String |
Implementation-defined error type. |