Handbook
Glossary
bad-uri ( line -- * )
Vocabulary
xml
.
errors
Definition
IN:
xml.errors
ERROR:
bad-uri
line column string
;
Methods
USING:
accessors
debugger
generic
io
kernel
prettyprint
xml.errors
;
M:
bad-uri
error.
dup
M\
bad-uri
error.
(call-next-method)
"Bad URI:"
print
string>>
.
;