CAOS.exceptions package¶
Submodules¶
CAOS.exceptions.dispatch_errors module¶
Errors that occur while dispatching the mechanism or type.
-
exception
CAOS.exceptions.dispatch_errors.DispatchException[source]¶ Bases:
exceptions.ExceptionGeneric error raised when some problem occurs during dispatch.
-
exception
CAOS.exceptions.dispatch_errors.ExistingReactionError[source]¶ Bases:
CAOS.exceptions.dispatch_errors.DispatchExceptionA mechanism with this name has already been registered.
-
exception
CAOS.exceptions.dispatch_errors.InvalidReactionError[source]¶ Bases:
CAOS.exceptions.dispatch_errors.DispatchExceptionThe reaction being registered is invalid in some way.
CAOS.exceptions.reaction_errors module¶
Reaction errors; i.e. those that occur during a reaction.
Module contents¶
Exceptions used by the library.