From: E. Gladyshev (eegg_at_[hidden])
Date: 2004-05-27 20:01:40


From: "Andreas Huber" <ah2003_at_[hidden]>
[...]
> 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