diff options
Diffstat (limited to 'error-kit-api.html')
-rw-r--r-- | error-kit-api.html | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/error-kit-api.html b/error-kit-api.html index ef0b5ced..53b2bceb 100644 --- a/error-kit-api.html +++ b/error-kit-api.html @@ -6,9 +6,6 @@ <link media="all" type="text/css" href="static/clojure.css" rel="stylesheet" /> <link media="all" type="text/css" href="static/wiki.css" rel="stylesheet" /> <link media="all" type="text/css" href="static/internal.css" rel="stylesheet" /> - <!-- TODO: are we using these (from clojure.org)? If so, add the files --> - <script src="file/view/code_highlighter.js" type="text/javascript"></script> - <script src="file/view/clojure.js" type="text/javascript"></script> <style>.menuWrapper{height: 36px;}</style> <!--[if lte IE 6]> <link rel="stylesheet" href="http://www.wikispaces.com/_/2009051601/s/internal_ie.css" type="text/css" /> @@ -108,7 +105,7 @@ in this with-handler's dynamic scope, when this 'continue-name' is given to a 'continue' form.</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj#L150" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj#L150" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -120,7 +117,7 @@ given to a 'continue' form.</pre> <pre id="var-docstr">Define a new error type</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj#L59" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj#L59" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -134,7 +131,7 @@ appropriate 'handle' form. Allows finer-grain control over catching than just the error type.</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj#L117" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj#L117" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -145,7 +142,7 @@ than just the error type.</pre> <pre id="var-docstr">Base type for all error-kit errors</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj#L46" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj#L46" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -164,7 +161,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/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj#L138" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj#L138" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -175,7 +172,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/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj#L110" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj#L110" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -187,7 +184,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/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj#L86" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj#L86" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -200,7 +197,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/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj#L39" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj#L39" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -213,7 +210,7 @@ in a dynamic context that includes all of the following 'handle' and 'bind-continue' forms.</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj#L163" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj#L163" id="var-source">Source</a> </div> |