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-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.
r
- root-cause
- Returns the last 'cause' Throwable in a chain of Throwables.