Condition Type SIMPLE-CONDITION
simple-condition
, condition
, t
型simple-condition
は、signal
関数が その最初の引数をformat-controlで指定して いつでも通知できるようなコンディションの表現です。 format-controlとformat-argumentsは、 make-condition
によって それぞれ:format-control
と:format-arguments
という 初期化引数で初期化され、 またそれらはsimple-condition-format-control
と simple-condition-format-arguments
という関数でアクセスできます。 もしmake-condition
でformat-argumentsが指定されなかったときは、 デフォルト値としてnil
が使用されます。
simple-condition-format-control
, simple-condition-format-arguments