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
Used when a subsystem that accepts multiple implementations of HardwareDevice receives one it doesn't expect
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidDeviceClassException(String message) InvalidDeviceClassException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidDeviceClassException
-
InvalidDeviceClassException
-