const class xml::XErr

sys::Obj
  sys::Err
    xml::XErr

@Js

Source

XML exception.

col

const Int col

Source

Column number of XML error or zero if unknown.

line

const Int line

Source

Line number of XML error or zero if unknown.

make

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

Source

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

toStr

virtual override Str toStr()

Source

String representation.