aboutsummaryrefslogtreecommitdiff
path: root/branch-1.1.x/error-kit-api.html
diff options
context:
space:
mode:
Diffstat (limited to 'branch-1.1.x/error-kit-api.html')
-rw-r--r--branch-1.1.x/error-kit-api.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/branch-1.1.x/error-kit-api.html b/branch-1.1.x/error-kit-api.html
index 06f854f2..1a3f8ebf 100644
--- a/branch-1.1.x/error-kit-api.html
+++ b/branch-1.1.x/error-kit-api.html
@@ -111,7 +111,7 @@ in this with-handler's dynamic scope, when this 'continue-name' is
given to a 'continue' form.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L150" id="var-source">Source</a>
+ <a href="http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L150" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -123,7 +123,7 @@ given to a 'continue' form.</pre>
<pre id="var-docstr">Define a new error type</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L59" id="var-source">Source</a>
+ <a href="http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L59" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -137,7 +137,7 @@ appropriate 'handle' form. Allows finer-grain control over catching
than just the error type.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L117" id="var-source">Source</a>
+ <a href="http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L117" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -148,7 +148,7 @@ than just the error type.</pre>
<pre id="var-docstr">Base type for all error-kit errors</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L46" id="var-source">Source</a>
+ <a href="http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L46" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -167,7 +167,7 @@ the entire 'with-handler' form, or it may use any of the special
return forms, 'do-not-handle', 'continue-with', or 'continue'.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L138" id="var-source">Source</a>
+ <a href="http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L138" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -178,7 +178,7 @@ return forms, 'do-not-handle', 'continue-with', or 'continue'.</pre>
<pre id="var-docstr">Raise an error of the type err-name, constructed with the given args</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L110" id="var-source">Source</a>
+ <a href="http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L110" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -190,7 +190,7 @@ return forms, 'do-not-handle', 'continue-with', or 'continue'.</pre>
constructor defined with deferror. See also 'raise' macro.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L86" id="var-source">Source</a>
+ <a href="http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L86" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -203,7 +203,7 @@ name. Useful to associate a new error-kit error type with a
particular Java Exception class, via the :unhandled error key.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L39" id="var-source">Source</a>
+ <a href="http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L39" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -216,7 +216,7 @@ in a dynamic context that includes all of the following 'handle' and
'bind-continue' forms.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L163" id="var-source">Source</a>
+ <a href="http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L163" id="var-source">Source</a>
</div>
@@ -226,7 +226,7 @@ in a dynamic context that includes all of the following 'handle' and
</div>
</div>
<div id="foot">
- <div style="text-align: center;" id="copyright">Copyright 2007-2009 by Rich Hickey and the various contributors</div>
+ <div style="text-align: center;" id="copyright">Copyright 2007-2010 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 />