Exceptions
9Constructs a data representation for a Throwable with keys: :cause - root cause message :phase - error phase ...
functionclojure.core
Catch clause inside try.
special-formclojure.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
Finally clause inside try, runs on exit.
special-formclojure.core
Throws an instance of Throwable.
special-formclojure.core
try / catch / finally exception handling.
special-formclojure.core