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


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