Class StateMachine.ConstructionException

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

public static class StateMachine.ConstructionException extends RuntimeException
A runtime exception representing an error that occurred during state machine construction, not runtime.
See Also:
  • Constructor Details

    • ConstructionException

      public ConstructionException(Class<?> offender, String reason)