type

XErr

src @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.

Slot Details

col

src const Int col

Column number of XML error or zero if unknown.

line

src const Int line

Line number of XML error or zero if unknown.

make

src new make(Str? message := null, Int line := 0, Int col := 0, Err? cause := null)

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

toStr

src virtual override Str toStr()

String representation.