ClojureDocs

Namespaces

clojure.stacktrace

Print stack traces oriented towards Clojure, not Java.
Vars in clojure.stacktrace

e

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

p

print-cause-trace
Like print-stack-trace but prints chained exceptions (causes).
print-stack-trace
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).
print-throwable
Prints the class and message of a Throwable. Prints the ex-data map if present.
print-trace-element
Prints a Clojure-oriented view of one element in a stack trace.

r

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