public final class TransitionUndefinedException
extends java.lang.RuntimeException
TransitionUndefinedException
is thrown by
an SMC-generated state machine whenever a transition is taken
which:
Constructor and Description |
---|
TransitionUndefinedException()
Constructs a
TransitionUndefinedException
with no detail message. |
TransitionUndefinedException(java.lang.String reason)
Constructs a
TransitionUndefinedException
with a detail message. |
public TransitionUndefinedException()
TransitionUndefinedException
with no detail message.public TransitionUndefinedException(java.lang.String reason)
TransitionUndefinedException
with a detail message.reason
- the detail message.Copyright © 2015. Charles W. Rapp. All Rights Reserved. Use is subject to license terms.