klyn.io.xml.dom.XMLDOMError.XMLDOMError
constructor
public XMLDOMError(severity as Int = DOMError.SEVERITY_ERROR, message as String = "", type as String = "", relatedException as Object = null, relatedData as Object = null, location as DOMLocator = null):
Description

Creates an error value.

Parameters
ParameterDescription
severityDOMError severity constant.
messageHuman-readable message.
typeImplementation-defined error type.
relatedExceptionRelated exception, if any.
relatedDataRelated data, if any.
locationError location, if known.
Example
error = XMLDOMError(DOMError.SEVERITY_WARNING, "Skipped node")