public final class StateUndefinedException extends 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 within a transition action.Constructor and Description |
---|
StateUndefinedException()
Default constructor.
|
StateUndefinedException(String reason)
Constructs a
StateUndefinedException
with a detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public StateUndefinedException()
public StateUndefinedException(String reason)
StateUndefinedException
with a detail message.reason
- the detail message.Copyright © 2020. All rights reserved.