Exceptions
7Constructs a data representation for a Throwable with keys: :cause - root cause message :phase - error phase ...
functionclojure.core
Returns the cause of ex if ex is a Throwable. Otherwise returns nil.
functionclojure.core
Returns exception data (a map) if ex is an IExceptionInfo. Otherwise returns nil.
functionclojure.core
Create an instance of ExceptionInfo, a RuntimeException subclass that carries a map of additional data.
functionclojure.core
Returns the message attached to ex if ex is a Throwable. Otherwise returns nil.
functionclojure.core
Throw an exception.
special-formclojure.core
try/catch/finally expression.
special-formclojure.core