Exceptions#

exception EndOfStream[source]#

Signals end of stream for streaming runnables.

exception InvalidStateError[source]#

General state error.

exception RunnableError(message, state)[source]#

Generic Runnable exception error that includes the error context, in particular, the State that caused the runnable component to fail.

exception StateDimensionalityError[source]#

Single state expected instead of a state sequence, or vice versa.

exception StateTraitMissingError[source]#

State missing a trait.