Liking cljdoc? Tell your friends :D

flatland.useful.exception


cause-traceclj

(cause-trace exception)

Return an Exception's cause trace as an array of lines

Return an Exception's cause trace as an array of lines
sourceraw docstring

exception-mapclj

(exception-map exception)

Return a map with the keys: :name, :message, and :trace. :trace is the cause trace as an array of lines

Return a map with the keys: :name, :message, and :trace. :trace is the cause trace as an array of lines 
sourceraw docstring

rescuecljmacro

(rescue form error-form)

Evaluate form, returning error-form on any Exception.

Evaluate form, returning error-form on any Exception.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close