clojure.stacktrace
E
REPL utility. Prints a brief stack trace for the root cause of the most recent exception.
function([])
P
Like print-stack-trace but prints chained exceptions (causes).
function([tr] [tr n])
Prints a Clojure-oriented stack trace of tr, a Throwable. Prints a maximum of n stack frames (default: unlimited). D...
function([tr] [tr n])
Prints the class and message of a Throwable. Prints the ex-data map if present.
function([tr])
Prints a Clojure-oriented view of one element in a stack trace.
function([e])
R
Returns the last 'cause' Throwable in a chain of Throwables.
function([tr])