<condition>

The common-dylan module.
Whenever possible, we have tried to keep the Dylan module pristine and unextended, preferring to add our extensions to separate modules or libraries.
The class of all Dylan objects.
The class of conditions that take a format string.
The class of conditions used to correct an unusual situation.
The class of conditions that cannot be safely ignored.
The class of conditions that are interesting to users but can safely be ignored.
Invokes the debugger.
Signals a correctable error.
Returns the sequence of format arguments that was supplied as an initialization argument when the simple-condition was created.
Returns the format string that was supplied as an initialization argument when the simple-condition was created.
Returns a string representation of a condition object.
Called if no dynamic handler handles a condition.
Signals a nonrecoverable error.
A generic function.
Writes a condition to a stream.
Returns true if a condition’s recovery protocol allows returning values.
Returns a description of a condition’s returned values.
Queries the user for values to return.
Signals a condition.