Class StateMachine.InsaneException

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

public static class StateMachine.InsaneException extends RuntimeException
A runtime exception representing an insane state machine configuration encountered at runtime.
See Also:
  • Constructor Details

    • InsaneException

      public InsaneException(String reason)