public final class TransitionUndefinedException extends 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(String reason)
Constructs a
TransitionUndefinedException
with a detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransitionUndefinedException()
TransitionUndefinedException
with no detail message.public TransitionUndefinedException(String reason)
TransitionUndefinedException
with a detail message.reason - the detail message.Copyright © 2020. All rights reserved.