public final class StateUndefinedException
extends java.lang.RuntimeException
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 with a transition action.Constructor and Description |
---|
StateUndefinedException()
Default constructor.
|
StateUndefinedException(java.lang.String reason)
Constructs a
StateUndefinedException
with a detail message. |
Copyright © 2015. Charles W. Rapp. All Rights Reserved. Use is subject to license terms.