class

XIncompleteErr

@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

make new make(Str? message, Int line, Int col, Err? cause)

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

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST