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


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