A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://clojure.github.io/clojure/clojure.stacktrace-api.html below:

clojure.stacktrace - Clojure v1.12.1 API documentation

API for clojure.stacktrace -

Full namespace name:

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

Public Variables and Functions
efunction
Usage: (e)
REPL utility.  Prints a brief stack trace for the root cause of the
most recent exception.
Added in Clojure version 1.1
Source
print-cause-tracefunction
Usage: (print-cause-trace tr)
       (print-cause-trace tr n)
Like print-stack-trace but prints chained exceptions (causes).
Added in Clojure version 1.1
Source
print-stack-tracefunction
Usage: (print-stack-trace tr)
       (print-stack-trace tr n)
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).
Added in Clojure version 1.1
Source
print-throwablefunction
Usage: (print-throwable tr)
Prints the class and message of a Throwable. Prints the ex-data map
if present.
Added in Clojure version 1.1
Source
print-trace-elementfunction
Usage: (print-trace-element e)
Prints a Clojure-oriented view of one element in a stack trace.
Added in Clojure version 1.1
Source
root-causefunction
Usage: (root-cause tr)
Returns the last 'cause' Throwable in a chain of Throwables.
Added in Clojure version 1.1
Source

Logo & site design by

Tom Hickey

.

Clojure auto-documentation system by Tom Faulhaber.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4