public static final class StateMachineException.SmackStateGraphDeadEndException extends StateMachineException
StateMachineException.SmackMandatoryStateFailedException, StateMachineException.SmackStateGraphDeadEndExceptionSmackException.AlreadyConnectedException, SmackException.AlreadyLoggedInException, SmackException.ConnectionException, SmackException.EndpointConnectionException, SmackException.FeatureNotSupportedException, SmackException.GenericConnectionException, SmackException.IllegalStateChangeException, SmackException.NoEndpointsDiscoveredException, SmackException.NoResponseException, SmackException.NotConnectedException, SmackException.NotLoggedInException, SmackException.ResourceBindingNotOfferedException, SmackException.SecurityNotPossibleException, SmackException.SecurityRequiredByClientException, SmackException.SecurityRequiredByServerException, SmackException.SecurityRequiredException, SmackException.SmackCertificateException, SmackException.SmackMessageException, SmackException.SmackSaslException, SmackException.SmackWrappedException| Modifier and Type | Method and Description |
|---|---|
static StateMachineException.SmackStateGraphDeadEndException |
from(WalkStateGraphContext walkStateGraphContext,
StateDescriptorGraph.GraphVertex<State> stateVertex) |
StateDescriptor |
getDeadEndState() |
java.util.Map<State,StateTransitionResult> |
getFailedStates() |
java.util.List<State> |
getWalkedStateGraph() |
public java.util.List<State> getWalkedStateGraph()
public java.util.Map<State,StateTransitionResult> getFailedStates()
public StateDescriptor getDeadEndState()
public static StateMachineException.SmackStateGraphDeadEndException from(WalkStateGraphContext walkStateGraphContext, StateDescriptorGraph.GraphVertex<State> stateVertex)