unexpected-end ( -- * ) - Factor Documentation

unexpected-end ( -- * )
XML parsing errors



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 ;

AltStyle によって変換されたページ (->オリジナル) /