Package edu.wpi.first.hal.can
Class CANInvalidBufferException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.wpi.first.hal.can.CANInvalidBufferException
- All Implemented Interfaces:
Serializable
public class CANInvalidBufferException extends RuntimeException
Exception indicating that a CAN driver library entry-point was passed an invalid buffer.
Typically, this is due to a buffer being too small to include the needed safety token.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CANInvalidBufferException()
CANInvalidBufferException(String msg)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString