<error>

The class of conditions that represent something invalid about the program.

<error> is distinct from <serious-condition> so one can establish a handler for errors that does not also trap unpredictable environmental exceptions such as network problems.

Exported from

Modifiers

abstract free open

Superclasses

Subclasses

The class of conditions that represent something invalid about the program.
The class of conditions that cannot be safely ignored.
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.
A class.
A class.
A class.
Signaled when a function receives an illegal regular expression.
A class.
This may be signaled when an attempt is made to release a notification when the associated lock is not owned by the current thread.
The class of errors that are generated by sealing violations.
The class of error conditions that consist of just an error message constructed from a format string and arguments.
A class.
The class of error conditions generated by type checks.
The class of XML parsing errors.