exceptions

Exceptions for use in Rhodes.

exception rhodes.exceptions.RhodesError[source]

Bases: Exception

Common base for all Rhodes exceptions.

exception rhodes.exceptions.IncompleteDefinitionError[source]

Bases: rhodes.exceptions.RhodesError

Raise when an incomplete state machine definition is found.

exception rhodes.exceptions.InvalidDefinitionError[source]

Bases: rhodes.exceptions.RhodesError

Raised when an invalid state machine definition is found.