class

XErr

@Js
const class XErr : Err

XML exception.

constructors make

Construct with optional message, line number, and root cause

fields col

Column number of XML error or zero if unknown

line

Line number of XML error or zero if unknown

methods toStr

String representation

col const Int : col

Column number of XML error or zero if unknown.

line const Int : line

Line number of XML error or zero if unknown.

make new make(Str? message, Int line, Int col, Err? cause)

Construct with optional message, line number, and root cause.

toStr virtual Str toStr()

String representation.

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST