Package edu.wpi.first.hal.can
Class CANExceptionFactory
- java.lang.Object
-
- edu.wpi.first.hal.can.CANExceptionFactory
-
public final class CANExceptionFactory extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
checkStatus(int status, int messageID)
-
-
-
Method Detail
-
checkStatus
public static void checkStatus(int status, int messageID) throws CANInvalidBufferException, CANMessageNotAllowedException, CANNotInitializedException, UncleanStatusException
-
-