XErr
@Js
const class XErr : Err
XML exception.
Construct with optional message, line number, and root cause
Column number of XML error or zero if unknown
Line number of XML error or zero if unknown
String representation
const Int : col
Column number of XML error or zero if unknown.
const Int : line
Line number of XML error or zero if unknown.
new make(Str? message, Int line, Int col, Err? cause)
Construct with optional message, line number, and root cause.
virtual Str toStr()
String representation.