[LISPWORKS][Common Lisp HyperSpec (TM)] [Previous][Up][Next]


Condition Type ARITHMETIC-ERROR

Class Precedence List:

arithmetic-error, error, serious-condition, condition, t

Description:

The type arithmetic-error consists of error conditions that occur during arithmetic operations. The operation and operands are initialized with the initialization arguments named :operation and :operands to make-condition, and are accessed by the functions arithmetic-error-operation and arithmetic-error-operands.

See Also:

arithmetic-error-operation, arithmetic-error-operands


[Starting Points][Contents][Index][Symbols][Glossary][Issues]
Copyright 1996-2005, LispWorks Ltd. All rights reserved.