Liking cljdoc? Tell your friends :D

fif.stack-machine.exceptions

Used to generate stack-error exceptions.

Used to generate stack-error exceptions.
raw docstring

raise-incorrect-arity-errorclj/s

(raise-incorrect-arity-error sm num-args)
source

raise-max-steps-exceededclj/s

(raise-max-steps-exceeded sm)

Raises an error for errors involving the max step execution being exceeded.

Raises an error for errors involving the max step execution being
exceeded.
sourceraw docstring

raise-reserved-word-redefinition-errorclj/s

(raise-reserved-word-redefinition-error sm wname)
source

raise-unbounded-mode-argumentclj/s

(raise-unbounded-mode-argument sm)

Used to raise a stack error in situations where a word definition is used improperly. Usually for words used to end a mode that don't have a matching start mode definition.

Used to raise a stack error in situations where a word definition is
used improperly. Usually for words used to end a mode that don't
have a matching start mode definition.
sourceraw docstring

raise-validation-errorclj/s

(raise-validation-error sm arg-index arg-value msg)
source

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

× close