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 is a website building & hosting documentation for Clojure/Script libraries

× close