203 lines
No EOL
4.6 KiB
HTML
203 lines
No EOL
4.6 KiB
HTML
<!DOCTYPE HTML>
|
|
<HTML LANG="en-us"
|
|
><HEAD
|
|
><TITLE
|
|
>simple-condition | Common Lisp Nova Spec</TITLE
|
|
><META CHARSET="US-ASCII"
|
|
><LINK REL="canonical" HREF="t_simple-condition.html"
|
|
><LINK REL="next" HREF="f_simple-condition-format-control.html" TYPE="text/html" TITLE="simple-condition-format-control, simple-condition-format-arguments"
|
|
><LINK REL="prev" HREF="f_signal.html" TYPE="text/html" TITLE="signal"
|
|
><LINK REL="up" HREF="9_2_Conditions_Dictionary.html" TYPE="text/html" TITLE="9.2 Conditions Dictionary"
|
|
><LINK REL="start" HREF="index.html" TYPE="text/html" TITLE="Common Lisp Nova Spec"
|
|
><META NAME="VIEWPORT" CONTENT="width=device-width, initial-scale=1.0"
|
|
><LINK REL="STYLESHEET" HREF="dpans.css%3F3909942064.css"
|
|
><SCRIPT SRC="dpans.js%3F3909942064"
|
|
></SCRIPT
|
|
><SCRIPT SRC="apropos.js%3F3909942064"
|
|
></SCRIPT
|
|
></HEAD
|
|
><BODY
|
|
><DIV
|
|
><DIV CLASS="topnav"
|
|
><DIV CLASS="breadcrumb"
|
|
><SPAN CLASS="breadcrumb-item"
|
|
><A HREF="index.html"
|
|
>Common Lisp Nova Spec</A
|
|
></SPAN
|
|
> <SPAN CLASS="breadcrumb-item"
|
|
>→ <A HREF="9_Conditions.html"
|
|
>9. Conditions</A
|
|
></SPAN
|
|
> <SPAN CLASS="breadcrumb-item"
|
|
>→ <A HREF="9_2_Conditions_Dictionary.html"
|
|
>9.2 Conditions Dictionary</A
|
|
></SPAN
|
|
> <SPAN CLASS="breadcrumb-item"
|
|
>→ <A HREF="t_simple-condition.html"
|
|
>simple-condition</A
|
|
></SPAN
|
|
></DIV
|
|
><DIV CLASS="apropos"
|
|
><DIV CLASS="apropos-io"
|
|
><A HREF="f_signal.html" CLASS="prev"
|
|
>←</A
|
|
><SPAN ID="apropos-label"
|
|
>Apropos </SPAN
|
|
><INPUT ID="apropos" AUTOFOCUS="AUTOFOCUS" PLACEHOLDER="Type here to search" ONINPUT="aproposInput(this);" ONKEYUP="aproposKeyup(event);" ONCHANGE="aproposChange(this);" ONFOCUS="aproposFocus(this);" ONFOCUSOUT="aproposFocusout(this);"
|
|
><A HREF="f_simple-condition-format-control.html" CLASS="next"
|
|
>→</A
|
|
></DIV
|
|
><DIV ID="apropos-res"
|
|
></DIV
|
|
></DIV
|
|
></DIV
|
|
><DIV CLASS="matter"
|
|
><DIV CLASS="com"
|
|
><DIV CLASS="begincom"
|
|
><HR
|
|
><TABLE WIDTH="100%" CELLSPACING="0" CELLPADDING="0"
|
|
><TR
|
|
><TD ALIGN="LEFT" VALIGN="BASELINE" WIDTH="100%" CLASS="name"
|
|
><SPAN CLASS="idx" DATA-KIND="idxref" DATA-TERM="simple-condition"
|
|
></SPAN
|
|
><B
|
|
>simple-condition</B
|
|
></TD
|
|
><TD ALIGN="RIGHT" VALIGN="BASELINE" WIDTH="0" NOWRAP="NOWRAP" CLASS="ftype"
|
|
><I
|
|
>Condition</I
|
|
> <I
|
|
>Type</I
|
|
></TD
|
|
></TR
|
|
></TABLE
|
|
><HR
|
|
></DIV
|
|
><UL CLASS="subtoc"
|
|
></UL
|
|
><DL
|
|
><DT
|
|
><B
|
|
>Class Precedence List</B
|
|
></DT
|
|
><DD
|
|
><P CLASS="j"
|
|
><A HREF="t_simple-condition.html" CLASS="typeref"
|
|
><B
|
|
>simple-condition</B
|
|
></A
|
|
>, <A HREF="t_condition.html" CLASS="typeref"
|
|
><B
|
|
>condition</B
|
|
></A
|
|
>, <A HREF="t_t.html" CLASS="typeref"
|
|
><B
|
|
>t</B
|
|
></A
|
|
></P
|
|
></DD
|
|
><DT
|
|
><B
|
|
>Description</B
|
|
></DT
|
|
><DD
|
|
><P CLASS="j"
|
|
>The <A HREF="26_1_Glossary.html#type"
|
|
><EM CLASS="term"
|
|
>type</EM
|
|
></A
|
|
> <A HREF="t_simple-condition.html" CLASS="typeref"
|
|
><B
|
|
>simple-condition</B
|
|
></A
|
|
> represents <A HREF="26_1_Glossary.html#condition"
|
|
><EM CLASS="term"
|
|
>conditions</EM
|
|
></A
|
|
> that are signaled by <A HREF="f_signal.html" CLASS="funref"
|
|
><B
|
|
>signal</B
|
|
></A
|
|
> whenever a <VAR CLASS="param"
|
|
>format-control</VAR
|
|
> is supplied as the function’s first argument. The <A HREF="26_1_Glossary.html#format_control"
|
|
><EM CLASS="term"
|
|
>format control</EM
|
|
></A
|
|
> and <A HREF="26_1_Glossary.html#format_argument"
|
|
><EM CLASS="term"
|
|
>format arguments</EM
|
|
></A
|
|
> are initialized with the initialization arguments named <SPAN CLASS="kwd"
|
|
><SPAN CLASS="cmtt"
|
|
>:format-control</SPAN
|
|
></SPAN
|
|
> and <SPAN CLASS="kwd"
|
|
><SPAN CLASS="cmtt"
|
|
>:format-arguments</SPAN
|
|
></SPAN
|
|
> to <A HREF="f_make-condition.html" CLASS="funref"
|
|
><B
|
|
>make-condition</B
|
|
></A
|
|
>, and are <A HREF="26_1_Glossary.html#access"
|
|
><EM CLASS="term"
|
|
>accessed</EM
|
|
></A
|
|
> by the <A HREF="26_1_Glossary.html#function"
|
|
><EM CLASS="term"
|
|
>functions</EM
|
|
></A
|
|
> <A HREF="f_simple-condition-format-control.html" CLASS="funref"
|
|
><B
|
|
>simple-condition-format-control</B
|
|
></A
|
|
> and <A HREF="f_simple-condition-format-control.html" CLASS="funref"
|
|
><B
|
|
>simple-condition-format-arguments</B
|
|
></A
|
|
>. If format arguments are not supplied to <A HREF="f_make-condition.html" CLASS="funref"
|
|
><B
|
|
>make-condition</B
|
|
></A
|
|
>, <SPAN CLASS="misc"
|
|
><B
|
|
>nil</B
|
|
></SPAN
|
|
> is used as a default.</P
|
|
></DD
|
|
><DT
|
|
><B
|
|
>See Also</B
|
|
></DT
|
|
><DD
|
|
><P CLASS="j"
|
|
><A HREF="f_simple-condition-format-control.html" CLASS="funref"
|
|
><B
|
|
>simple-condition-format-control</B
|
|
></A
|
|
>, <A HREF="f_simple-condition-format-control.html" CLASS="funref"
|
|
><B
|
|
>simple-condition-format-arguments</B
|
|
></A
|
|
></P
|
|
></DD
|
|
></DL
|
|
></DIV
|
|
></DIV
|
|
><DIV CLASS="footer"
|
|
><DIV CLASS="btmnav"
|
|
><A HREF="f_signal.html" CLASS="prev"
|
|
>←</A
|
|
><A HREF="f_simple-condition-format-control.html" CLASS="next"
|
|
>→</A
|
|
></DIV
|
|
><DIV CLASS="trail"
|
|
>Conversion to HTML copyright 2023 by Gilbert Baumann</DIV
|
|
></DIV
|
|
></DIV
|
|
><SCRIPT
|
|
>domReady();</SCRIPT
|
|
></BODY
|
|
></HTML
|
|
> |