edu.wpi.first.wpilibj.can
Class CANMessageNotAllowedException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               edu.wpi.first.wpilibj.can.CANMessageNotAllowedException
edu.wpi.first.wpilibj.can.CANMessageNotAllowedException
- public class CANMessageNotAllowedException 
- extends RuntimeException
Exception indicating that the Jaguar CAN Driver layer refused to send a
 restricted message ID to the CAN bus.
 
 
 
 
CANMessageNotAllowedException
public CANMessageNotAllowedException(String msg)
"For updated information see the Java FRC site"