sys::Obj sys::Err xml::XErr xml::XIncompleteErr
Incomplete document exception indicates that the end of stream was reached before the end of the document was parsed.
new make(Str? message := null, Int line := 0, Int col := 0, Err? cause := null)
Construct with optional message, line number, and root cause.