Liking cljdoc? Tell your friends :D

clojure.stacktrace

Print stack traces oriented towards Clojure, not Java.

Print stack traces oriented towards Clojure, not Java.
raw docstring

eclj

(e)

REPL utility. Prints a brief stack trace for the root cause of the most recent exception.

REPL utility.  Prints a brief stack trace for the root cause of the
most recent exception.
sourceraw docstring

(print-cause-trace tr)
(print-cause-trace tr n)

Like print-stack-trace but prints chained exceptions (causes).

Like print-stack-trace but prints chained exceptions (causes).
sourceraw docstring

(print-stack-trace tr)
(print-stack-trace tr n)

Prints a Clojure-oriented stack trace of tr, a Throwable. Prints a maximum of n stack frames (default: unlimited). Does not print chained exceptions (causes).

Prints a Clojure-oriented stack trace of tr, a Throwable.
Prints a maximum of n stack frames (default: unlimited).
Does not print chained exceptions (causes).
sourceraw docstring

(print-throwable tr)

Prints the class and message of a Throwable. Prints the ex-data map if present.

Prints the class and message of a Throwable. Prints the ex-data map
if present.
sourceraw docstring

(print-trace-element e)

Prints a Clojure-oriented view of one element in a stack trace.

Prints a Clojure-oriented view of one element in a stack trace.
sourceraw docstring

root-causeclj

(root-cause tr)

Returns the last 'cause' Throwable in a chain of Throwables.

Returns the last 'cause' Throwable in a chain of Throwables.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close