const class xml::XIncompleteErr

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

@Js

Source

Incomplete document exception indicates that the end of stream was reached before the end of the document was parsed.

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.