diff options
Diffstat (limited to 'error-kit-api.html')
-rw-r--r-- | error-kit-api.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/error-kit-api.html b/error-kit-api.html index 2e491fe8..e73ab357 100644 --- a/error-kit-api.html +++ b/error-kit-api.html @@ -106,7 +106,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/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/error_kit.clj#L150" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -118,7 +118,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/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/error_kit.clj#L59" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -132,7 +132,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/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/error_kit.clj#L117" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -143,7 +143,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/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/error_kit.clj#L46" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -162,7 +162,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/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/error_kit.clj#L138" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -173,7 +173,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/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/error_kit.clj#L110" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -185,7 +185,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/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/error_kit.clj#L86" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -198,7 +198,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/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/error_kit.clj#L39" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -211,7 +211,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/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/error_kit.clj#L163" id="var-source">Source</a> </div> |