exceptions
drunc.fsm.exceptions
Classes
DoubleArgument(txt)
DuplicateTransition(transition_name)
InvalidAction(iface)
InvalidActionMethod(iface, method)
Bases: FSMException
Raised when an action doesn't have the pre/post transitions arguments
Source code in drunc/fsm/exceptions.py
InvalidTransition(transition, state)
Bases: FSMException
Raised when the transition isn't in the list of currently accessible transitions
Source code in drunc/fsm/exceptions.py
MissingArgument(param, name)
Bases: FSMException
Raised when a mandatory argument is not provided for a transition
Source code in drunc/fsm/exceptions.py
MissingArgumentValue()
UnknownAction(name)
UnknownArgument(param, name)
Bases: FSMException
Raised when an unwanted argument is given to a transition