Chapter 11 Commands

11.6 Conditions Relating to CLIM Command Tables

Command table operations can signal these conditions:

command-table-already-exists [Error Condition]

Summary:
This condition is signaled by make-command-table when you try to create a command table that already exists.

command-table-not-found [Error Condition]
Summary:
This condition is signaled by functions such as find-command-table when the named command table cannot be found.

command-already-present [Error Condition]
Summary:
The error that is signaled when a function tries to add a command that is already present in a command table to that command table.

command-not-present [Error Condition]
Summary:
A condition that is signaled when the command you are looking for is not present in the command table.

command-not-accessible [Error Condition]
Summary:
A condition that is signaled when the command you are looking for is not accessible in the command table.

command-table-error [Error Condition]
Summary:
The class that is the superclass of the previous four conditions. This class is a subclass of error.


CLIM 2.0 User's Guide - OCT 1998

Generated with Harlequin WebMaker