Class StateMachine.UnknownStateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.firstinspires.ftc.teamcode.subsystems.fsm.StateMachine.UnknownStateException
All Implemented Interfaces:
Serializable
Enclosing class:
StateMachine

public static class StateMachine.UnknownStateException extends RuntimeException
A runtime exception representing an unknown state.
TODO: Figure out if this can be collapsed and covered under InsaneException.
See Also:
  • Constructor Details

    • UnknownStateException

      public UnknownStateException(Class<?> offender)