aboutsummaryrefslogtreecommitdiff
path: root/error-kit-api.html
diff options
context:
space:
mode:
Diffstat (limited to 'error-kit-api.html')
-rw-r--r--error-kit-api.html46
1 files changed, 22 insertions, 24 deletions
diff --git a/error-kit-api.html b/error-kit-api.html
index a72da711..c9aa801c 100644
--- a/error-kit-api.html
+++ b/error-kit-api.html
@@ -1,6 +1,6 @@
<html>
<head>
- <title>error-kit API reference (clojure.contrib)</title>
+ <title>error-kit API reference (Clojure-contrib)</title>
<link href="static/favicon.png" rel="icon" />
<link href="static/favicon.png" rel="shortcut icon" />
<link media="all" type="text/css" href="static/clojure.css" rel="stylesheet" />
@@ -15,7 +15,7 @@
<![endif]-->
</head>
<!--
-This document was auto-generated from the clojure.contrib source by contrib-autodoc.
+This document was auto-generated from the source by the clojure autodoc system.
To report errors or ask questions about the overall documentation structure, formatting,
etc., contact Tom Faulhaber (google mail name: tomfaulhaber).
For errors in the documentation of a particular namespace, contact the author of that
@@ -25,7 +25,7 @@ namespace.
<div id="AllContentContainer">
<div id="Header">
<a id="Logo" href="index.html"><img alt="Clojure" height="100" width="100" src="static/clojure-icon.gif" /></a>
- <h1><a title="Clojure-contrib" href="index.html">Clojure-contrib</a></h1>
+ <h1><a title="page header title" id="page-header" href="index.html">Clojure-contrib</a></h1>
</div>
<div id="leftcolumn"><div><div style="text-align: center;"></div>
<div class="menu">
@@ -48,23 +48,23 @@ namespace.
<div style="margin-left: 1em;" class="toc-section">
<a href="#toc0">Overview</a>
<div style="margin-left: 1em;" class="toc-entry">
- <a href="#error-kit/bind-continue">bind-continue</a>
+ <a href="#clojure.contrib.error-kit/bind-continue">bind-continue</a>
</div><div style="margin-left: 1em;" class="toc-entry">
- <a href="#error-kit/deferror">deferror</a>
+ <a href="#clojure.contrib.error-kit/deferror">deferror</a>
</div><div style="margin-left: 1em;" class="toc-entry">
- <a href="#error-kit/do-not-handle">do-not-handle</a>
+ <a href="#clojure.contrib.error-kit/do-not-handle">do-not-handle</a>
</div><div style="margin-left: 1em;" class="toc-entry">
- <a href="#error-kit/error">error</a>
+ <a href="#clojure.contrib.error-kit/error">error</a>
</div><div style="margin-left: 1em;" class="toc-entry">
- <a href="#error-kit/handle">handle</a>
+ <a href="#clojure.contrib.error-kit/handle">handle</a>
</div><div style="margin-left: 1em;" class="toc-entry">
- <a href="#error-kit/raise">raise</a>
+ <a href="#clojure.contrib.error-kit/raise">raise</a>
</div><div style="margin-left: 1em;" class="toc-entry">
- <a href="#error-kit/raise*">raise*</a>
+ <a href="#clojure.contrib.error-kit/raise*">raise*</a>
</div><div style="margin-left: 1em;" class="toc-entry">
- <a href="#error-kit/throw-msg">throw-msg</a>
+ <a href="#clojure.contrib.error-kit/throw-msg">throw-msg</a>
</div><div style="margin-left: 1em;" class="toc-entry">
- <a href="#error-kit/with-handler">with-handler</a>
+ <a href="#clojure.contrib.error-kit/with-handler">with-handler</a>
</div>
<br />
</div>
@@ -87,7 +87,7 @@ or API adjustments.</pre>
<div id="var-entry">
<br />
<hr />
- <h2 id="error-kit/bind-continue">bind-continue</h2>
+ <h2 id="clojure.contrib.error-kit/bind-continue">bind-continue</h2>
<span id="var-type">function</span><br />
<pre id="var-usage">Usage: (bind-continue continue-name [args*] &amp; body)
</pre>
@@ -99,7 +99,7 @@ given to a 'continue' form.</pre>
</div><div id="var-entry">
<br />
<hr />
- <h2 id="error-kit/deferror">deferror</h2>
+ <h2 id="clojure.contrib.error-kit/deferror">deferror</h2>
<span id="var-type">macro</span><br />
<pre id="var-usage">Usage: (deferror name [parent-error?] doc-string? [args*] &amp; body)
(deferror name [parent-error?] doc-string? args-destruct-map &amp; body)
@@ -109,7 +109,7 @@ given to a 'continue' form.</pre>
</div><div id="var-entry">
<br />
<hr />
- <h2 id="error-kit/do-not-handle">do-not-handle</h2>
+ <h2 id="clojure.contrib.error-kit/do-not-handle">do-not-handle</h2>
<span id="var-type">macro</span><br />
<pre id="var-usage">Usage: (do-not-handle)
</pre>
@@ -121,7 +121,7 @@ than just the error type.</pre>
</div><div id="var-entry">
<br />
<hr />
- <h2 id="error-kit/error">error</h2>
+ <h2 id="clojure.contrib.error-kit/error">error</h2>
<span id="var-type">function</span><br />
<pre id="var-usage">Usage: (error details)
</pre>
@@ -130,7 +130,7 @@ than just the error type.</pre>
</div><div id="var-entry">
<br />
<hr />
- <h2 id="error-kit/handle">handle</h2>
+ <h2 id="clojure.contrib.error-kit/handle">handle</h2>
<span id="var-type">function</span><br />
<pre id="var-usage">Usage: (handle error-name? [args*] &amp; body)
(handle error-name? args-destruct-map-args &amp; body)
@@ -147,7 +147,7 @@ return forms, 'do-not-handle', 'continue-with', or 'continue'.</pre>
</div><div id="var-entry">
<br />
<hr />
- <h2 id="error-kit/raise">raise</h2>
+ <h2 id="clojure.contrib.error-kit/raise">raise</h2>
<span id="var-type">macro</span><br />
<pre id="var-usage">Usage: (raise err-name &amp; args)
</pre>
@@ -156,7 +156,7 @@ return forms, 'do-not-handle', 'continue-with', or 'continue'.</pre>
</div><div id="var-entry">
<br />
<hr />
- <h2 id="error-kit/raise*">raise*</h2>
+ <h2 id="clojure.contrib.error-kit/raise*">raise*</h2>
<span id="var-type">function</span><br />
<pre id="var-usage">Usage: (raise* err)
</pre>
@@ -166,7 +166,7 @@ constructor defined with deferror. See also 'raise' macro.</pre>
</div><div id="var-entry">
<br />
<hr />
- <h2 id="error-kit/throw-msg">throw-msg</h2>
+ <h2 id="clojure.contrib.error-kit/throw-msg">throw-msg</h2>
<span id="var-type">macro</span><br />
<pre id="var-usage">Usage: (throw-msg class-name)
</pre>
@@ -177,7 +177,7 @@ particular Java Exception class, via the :unhandled error key.</pre>
</div><div id="var-entry">
<br />
<hr />
- <h2 id="error-kit/with-handler">with-handler</h2>
+ <h2 id="clojure.contrib.error-kit/with-handler">with-handler</h2>
<span id="var-type">macro</span><br />
<pre id="var-usage">Usage: (with-handler &amp; forms)
</pre>
@@ -194,9 +194,7 @@ in a dynamic context that includes all of the following 'handle' and
</div>
</div>
<div id="foot">
- <div style="text-align: center;">
- Copyright 2008-2009 Rich Hickey and the various contributors
- </div>
+ <div style="text-align: center;" id="copyright">Copyright 2007-2009 by Rich Hickey and the various contributors</div>
</div>
</div>
<div id="DesignedBy">Logo &amp; site design by <a title="Visit Tom Hickey's website." href="http://www.tomhickey.com">Tom Hickey</a>.<br />