Package frc.spectrumLib.util.exceptions
Class KillRobotException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
frc.spectrumLib.util.exceptions.KillRobotException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionKillRobotException
(String message) KillRobotException
(String message, Throwable throwable) KillRobotException
(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
-
KillRobotException
-
KillRobotException
-
KillRobotException
-