Skip to main content

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). D...

  • 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.