![]() |
YAP 7.1.0
|
The error handler is called when there is an execution error or a warning needs to be displayed. More...
The error handler is called when there is an execution error or a warning needs to be displayed.
The handlers include a number of hooks to allow user-control
Errors are terms of the form:
error( evaluation_error( Expression, Culprit )
error( instantiation_error )
error( representation_error( Domain, Culprit )
error( syntax_error( Error )
error( type_error( Type, Culprit )
Other types of terms result in a message
class system_error/2 |
system_error( +Error, +Cause)