|
nmealib 0.0.4
NMEA 0183/NMEA 2000 parsing library
|
Exception thrown when a sentence is not a valid HDM sentence. More...
#include <hdm.h>


Public Member Functions | |
| NotHDMException (const std::string &context, const std::string &details="") | |
| Construct a NotHDMException with context and optional 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. | |
Exception thrown when a sentence is not a valid HDM sentence.
This exception is raised during parsing when the sentence type is not "HDM" or the payload does not conform to the expected HDM format.
|
inlineexplicit |
Construct a NotHDMException with context and optional details.
| context | A short string identifying where the exception was thrown (e.g., the name of the function or class). |
| details | Optional additional information about the failure. |