unexpected-end ( -- * ) (original) (raw)
unexpected-end ( -- * )
XML parsing errors
Prev: | missing-close ( -- * ) |
---|---|
Next: | duplicate-attr ( line column -- * ) |
Class description
Describes the error where a document unexpectedly ends, and the XML parser expected it to continue.
Definition
ERROR: unexpected-end line column ;
Methods
USING: debugger generic io xml.errors ;
M: unexpected-end error.
M\ unexpected-end error. (call-next-method)
"File unexpectedly ended." print ;