Package lib.custom
Class CANMessageUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
lib.custom.CANMessageUnavailableException
- All Implemented Interfaces:
Serializable
Designed to be a replacement for CANMessageNotFoundException that is not a
runtime exception. This allows us to avoid accidentally having robot code die
due to not noticing the runtime exception being thrown.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CANMessageUnavailableException
public CANMessageUnavailableException() -
CANMessageUnavailableException
-
CANMessageUnavailableException
-
CANMessageUnavailableException
-