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