Liking cljdoc? Tell your friends :D

jiface.exceptions


exitclj

(exit reason)
(exit reason pid)

Constructor for OtpErlangExit.

  • reason may be of type OtpErlangObject or String
  • pid is optional, but if provided, must be of type OtpErlangPid
Constructor for `OtpErlangExit`.

* `reason` may be of type `OtpErlangObject` or `String`
* `pid` is optional, but if provided, must be of type `OtpErlangPid`
sourceraw docstring

exit-behaviourclj

source

ExitObjectcljprotocol

Exception raised when a communication channel is broken. This can be caused for a number of reasons, for example:

  • an error in communication has occurred
  • a remote process has sent an exit signal
  • a linked process has exited
Exception raised when a communication channel is broken. This can be caused
for a number of reasons, for example:

* an error in communication has occurred
* a remote process has sent an exit signal
* a linked process has exited

get-pidclj

(get-pid this)

Get the pid of the process that sent this exit.

Get the pid of the process that sent this exit.

get-reasonclj

(get-reason this)

Get the reason associated with this exit signal.

Get the reason associated with this exit signal.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close