diff options
Diffstat (limited to 'error-kit-api.html')
-rw-r--r-- | error-kit-api.html | 27 |
1 files changed, 9 insertions, 18 deletions
diff --git a/error-kit-api.html b/error-kit-api.html index 98d6c39d..c9aa801c 100644 --- a/error-kit-api.html +++ b/error-kit-api.html @@ -95,8 +95,7 @@ or API adjustments.</pre> Control can be passed to this 'continue' form from a 'raise' enclosed 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/fatal: ambiguous argument 'src/clojure/contrib/error_kit.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj#L150" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/error_kit.clj#L150" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -106,8 +105,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj# (deferror name [parent-error?] doc-string? args-destruct-map & body) </pre> <pre id="var-docstr">Define a new error type</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/error_kit.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj#L59" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/error_kit.clj#L59" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -119,8 +117,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj# not consider the error handled, but should continue searching for an appropriate 'handle' form. Allows finer-grain control over catching than just the error type.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/error_kit.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj#L117" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/error_kit.clj#L117" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -129,8 +126,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj# <pre id="var-usage">Usage: (error details) </pre> <pre id="var-docstr">Base type for all error-kit errors</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/error_kit.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj#L46" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/error_kit.clj#L46" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -147,8 +143,7 @@ be executed for regardless of the type of error raised. The body may return a value, in which case that will be the return value of 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/fatal: ambiguous argument 'src/clojure/contrib/error_kit.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj#L138" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/error_kit.clj#L138" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -157,8 +152,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj# <pre id="var-usage">Usage: (raise err-name & args) </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/fatal: ambiguous argument 'src/clojure/contrib/error_kit.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj#L110" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/error_kit.clj#L110" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -168,8 +162,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj# </pre> <pre id="var-docstr">Raise the given error object, best if created by an error constructor defined with deferror. See also 'raise' macro.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/error_kit.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj#L86" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/error_kit.clj#L86" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -180,8 +173,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj# <pre id="var-docstr">Returns a function that throws a Java Exception with the given 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/fatal: ambiguous argument 'src/clojure/contrib/error_kit.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj#L39" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/error_kit.clj#L39" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -192,8 +184,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj# <pre id="var-docstr">This is error-kit's dynamic scope form. The body will be executed 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/fatal: ambiguous argument 'src/clojure/contrib/error_kit.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj#L163" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/error_kit.clj#L163" id="var-source">Source</a> </div> |