Class 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 Details

    • CANInvalidBufferException

      Constructs a new CANInvalidBufferException with no message.
    • CANInvalidBufferException

      Constructs a new CANInvalidBufferException with msg as its detail message.
      Parameters:
      msg - the message