|
nmealib 0.0.4
NMEA 0183/NMEA 2000 parsing library
|
Exception thrown when an NMEA 0183 sentence does not contain enough comma-separated fields. More...
#include <nmea0183.h>


Public Member Functions | |
| NotEnoughFieldsException (const std::string &context, const std::string &details="") | |
| Constructs a NotEnoughFieldsException. | |
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. | |
Exception thrown when an NMEA 0183 sentence does not contain enough comma-separated fields.
Definition at line 74 of file nmea0183.h.
|
inlineexplicit |
Constructs a NotEnoughFieldsException.
| context | A string identifying where the error occurred. |
| details | Optional extra information (e.g., expected vs. actual field count). |
Definition at line 82 of file nmea0183.h.