edu.wpi.first.wpilibj.can
Class CANExceptionFactory
java.lang.Object
   edu.wpi.first.wpilibj.can.CANExceptionFactory
edu.wpi.first.wpilibj.can.CANExceptionFactory
- public class CANExceptionFactory 
- extends Object
Exception indicating that the Jaguar CAN Driver layer refused to send a
 restricted message ID to the CAN bus.
 
| Method Summary | 
| static void | checkStatus(int status,
            int messageID)
 | 
 
 
CANExceptionFactory
public CANExceptionFactory()
checkStatus
public static void checkStatus(int status,
                               int messageID)
                        throws CANInvalidBufferException,
                               CANTimeoutException,
                               CANMessageNotAllowedException,
                               CANNotInitializedException,
                               UncleanStatusException
- 
- Throws:
- CANInvalidBufferException
- CANTimeoutException
- CANMessageNotAllowedException
- CANNotInitializedException
- UncleanStatusException
 
"For updated information see the Java FRC site"