Function CELL-ERROR-NAME
cell-error-name condition => name
condition - 型cell-errorのコンディション
name - オブジェクト
conditionによって表現された状況で生じた 問題のセルの名前が返却されます。
この結果の意味は指定したconditionの型に依存します。 例えばconditionが型unbound-variableのときは、 この結果はアクセスしようとしたunbound変数の名前であり、 conditionが型undefined-functionであれば、 結果はアクセスしようとした未定義の関数の名前であり、 conditionが型unbound-slotであれば、 結果はアクセスしようとしたスロットの名前です。
なし。
なし。
なし。
cell-error, unbound-slot, unbound-variable, undefined-function, 9.1. コンディションシステムの説明
なし。