#include <statemap.h>

Public Member Functions | |
| StateUndefinedException () | |
| virtual | ~StateUndefinedException () throw () |
A StateUndefinedException is thrown by an SMC-generated state machine whenever a transition is taken and there is no state currently set. This occurs when a transition is issued from within a transition action.
Definition at line 167 of file statemap.h.
| statemap::StateUndefinedException::StateUndefinedException | ( | ) | [inline] |
Definition at line 176 of file statemap.h.
| virtual statemap::StateUndefinedException::~StateUndefinedException | ( | ) | throw () [inline, virtual] |
Definition at line 181 of file statemap.h.