clojure.stacktrace
(source)Print stack traces oriented towards Clojure, not Java.
| Public Variable | Short Description |
|---|---|
| e (clj) | REPL utility. |
| print-cause-trace (clj) | Like print-stack-trace but prints chained exceptions (causes). |
| print-stack-trace (clj) | Prints a Clojure-oriented stack trace of tr, a Throwable. |
| print-throwable (clj) | Prints the class and message of a Throwable. |
| print-trace-element (clj) | Prints a Clojure-oriented view of one element in a stack trace. |
| root-cause (clj) | Returns the last 'cause' Throwable in a chain of Throwables. |