nmealib 0.0.4
NMEA 0183/NMEA 2000 parsing library
Loading...
Searching...
No Matches
Public Member Functions | List of all members
nmealib::nmea2000::FrameTooLongException Class Reference

Exception thrown when a CAN frame exceeds the maximum length of 223 bytes. More...

#include <nmea2000.h>

Inheritance diagram for nmealib::nmea2000::FrameTooLongException:
Inheritance graph
[legend]
Collaboration diagram for nmealib::nmea2000::FrameTooLongException:
Collaboration graph
[legend]

Public Member Functions

 FrameTooLongException (const std::string &context, const std::string &details="")
 
- Public Member Functions inherited from nmealib::NmeaException
 NmeaException (const std::string &context, const std::string &message, const std::string &details="")
 Constructs an NmeaException with context, message, and optional details.
 

Detailed Description

Exception thrown when a CAN frame exceeds the maximum length of 223 bytes.

Definition at line 36 of file nmea2000.h.

Constructor & Destructor Documentation

◆ FrameTooLongException()

nmealib::nmea2000::FrameTooLongException::FrameTooLongException ( const std::string &  context,
const std::string &  details = "" 
)
inlineexplicit

Definition at line 38 of file nmea2000.h.


The documentation for this class was generated from the following file: