| Did you know ... | Search Documentation: |
| Instance variables |
<-kind).
Its values are:
->report
to report the error. See also
visual->report.-language,
and the host-language
indicates it wants to handle the error itself, the error is recorded in
the hosts goal-frame and the object->error
succeeds with failure. When control is returned to the
host-language,
the host-language
should raise and error (For example, as throw/1
in Prolog):
?- catch(send(@pce, hello), E, true).
E = error(pce(@290191/error,
[@pce/pce, (->), hello]),
send(@pce/pce, hello))
-kind->display.
See
string->format
for a description of the format arguments. The first argument formatted
is always the generator of the error (the object receiving object->error).
The remaining arguments are the context arguments from object->error.<-convert
and error<-lookup.serious the error is. The error categories
are related to the report categories defined by object->report
(see visual ->report'), except for fatal and ignored`.
The values are:
-feedback