|
SMC 6_0_1 |
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
FSMContext | Base class for all SMC-generated application context classes. |
State | Base class for all SMC-generated context states. |
Exception Summary | |
---|---|
StateUndefinedException | A StateUndefinedException is thrown by
an SMC-generated state machine whenever a transition is taken
and there is no state currently set. |
TransitionUndefinedException | A TransitionUndefinedException is thrown by
an SMC-generated state machine whenever a transition is taken
which:
Is not explicitly defined in the current state and
Is not explicitly defined in the current FSM's default
state and
There is no Default transition in the current state. |
These are the run-time classes used by SMC-generated Java code. These classes must be in the classpath when running an application which contains SMC-generated Java code.
|
SMC 6_0_1 |
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |