Slots
- colSource
-
const Int col
Column number of XML error or zero if unknown.
- lineSource
-
const Int line
Line number of XML error or zero if unknown.
- makeSource
-
new make(Str? message := null, Int line := 0, Int col := 0, Err? cause := null)
Construct with optional message, line number, and root cause.
- toStrSource
-
override Str toStr()
Overrides sys::Err.toStr
String representation.