public class XMLDOMError extends Object implements DOMError:
DOM processing error value.
@example `klyn import klyn.io.xml.dom
error = XMLDOMError(DOMError.SEVERITY_ERROR, "Invalid node") print(error.message)
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | locationlocation as DOMLocator: |
No summary. |
| public readonly property | messagemessage as String: |
No summary. |
| public readonly property | relatedDatarelatedData as Object: |
No summary. |
| public readonly property | relatedExceptionrelatedException as Object: |
No summary. |
| public readonly property | severityseverity as Int: |
No summary. |
| public readonly property | typetype as String: |
No summary. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | XMLDOMErrorXMLDOMError(severity as Int = DOMError.SEVERITY_ERROR, message as String = "", type as String = "", relatedException as Object = null, relatedData as Object = null, location as DOMLocator = null): |
Creates an error value. |