Package edu.wpi.first.hal.can
Class CANMessageNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.wpi.first.hal.can.CANMessageNotFoundException
- All Implemented Interfaces:
Serializable
Exception indicating that a can message is not available from Network Communications. This
usually just means we already have the most recent value cached locally.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a new CANMessageNotFoundException with no message.Constructs a new CANMessageNotFoundException withmsg
as its detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CANMessageNotFoundException
public CANMessageNotFoundException()Constructs a new CANMessageNotFoundException with no message. -
CANMessageNotFoundException
Constructs a new CANMessageNotFoundException withmsg
as its detail message.- Parameters:
msg
- the message
-