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
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:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs a new CANInvalidBufferException with no message.Constructs a new CANInvalidBufferException withmsgas its detail message.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
CANInvalidBufferExceptionpublic CANInvalidBufferException()Constructs a new CANInvalidBufferException with no message.
- 
CANInvalidBufferExceptionConstructs a new CANInvalidBufferException withmsgas its detail message.- Parameters:
- msg- the message
 
 
-