Package edu.wpi.first.hal.can
Class CANMessageNotAllowedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.wpi.first.hal.can.CANMessageNotAllowedException
-
- All Implemented Interfaces:
Serializable
public class CANMessageNotAllowedException extends RuntimeException
Exception indicating that the Jaguar CAN Driver layer refused to send a restricted message ID to the CAN bus.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CANMessageNotAllowedException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CANMessageNotAllowedException
public CANMessageNotAllowedException(String msg)
-
-