type

XIncompleteErr

src @Js
const class XIncompleteErr : XErr

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

constructors

make

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

Slot Details

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.