<simple-warning>

A default class of warnings that are described by a warning string.  The recovery protocol is that any value can be returned and will be ignored.

Exported from

Modifiers

concrete free sealed

Make keywords

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

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 are interesting to users but can safely be ignored.
The class of simple conditions.