
28 May
2004
28 May
'04
1:01 a.m.
From: "Andreas Huber" <ah2003@gmx.net> [...]
Unfortunately, all FSM standards/publications I know are absolutely silent on error handling.
I can understand why. If you are referring to "error" as something unexpected, then it is out of the state machine realm. The state machine mantra is complete behavioral determinism. If "error" is an expected condition, then it is just a normal event that is part of the state machine design. Best, Eugene