<simple-error>

The class of error conditions that consist of just an error message constructed from a format string and arguments.  The recovery protocol of <simple-error> is empty.

Exported from

Modifiers

concrete free sealed

Make keywords

format-string:An instance of <string>.  A format string describing the error.
format-arguments:An instance of <sequence>.  Format arguments to splice into the format string to describe the error.

Superclasses

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 sequences with elements that are characters.
The class of collections whose keys are consecutive integers starting from zero.
The class of conditions that represent something invalid about the program.
The class of simple conditions.