Skip to content
This repository has been archived by the owner on Apr 21, 2018. It is now read-only.

Exception Reporting

hlship edited this page Sep 13, 2010 · 2 revisions

Cascade has great built-in exception reporting (enabled when not in Production Mode).

When enabled, the exception report displays the exception (including class name, message and other properties), as well as other details, such as the HttpServletRequest, HttpSession (if present), ServletContext and JVM System Properties:

In the stack trace, Clojure stack frames are converted from Java names to Clojure names.

Clicking the checkbox will expand out the report: it will show all the exceptions (not just the deepest one) and reveal omitted stack frames:

Clone this wiki locally