Class Robot25.InvalidDeviceClassException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.firstinspires.ftc.teamcode.fy25.robots.Robot25.InvalidDeviceClassException
All Implemented Interfaces:
Serializable
Enclosing class:
Robot25

public static class Robot25.InvalidDeviceClassException extends Exception
Used when a subsystem that accepts multiple implementations of HardwareDevice receives one it doesn't expect
See Also:
  • Constructor Details

    • InvalidDeviceClassException

      public InvalidDeviceClassException(String message)
    • InvalidDeviceClassException

      public InvalidDeviceClassException(String message, Throwable cause)