Handbook
Glossary
unexpected-end ( -- * )
XML parsing errors
Prev:
missing-close ( -- * )
Next:
duplicate-attr ( line column -- * )
Vocabulary
xml
.
errors
Class description
Describes the error where a document unexpectedly ends, and the XML parser expected it to continue.
Definition
IN:
xml.errors
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
;