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

Exception thrown when a sentence that is not a VWR sentence is processed as one. More...

#include <vwr.h>

Inheritance diagram for nmealib::nmea0183::NotVWRException:
Inheritance graph
[legend]
Collaboration diagram for nmealib::nmea0183::NotVWRException:
Collaboration graph
[legend]

Public Member Functions

 NotVWRException (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 sentence that is not a VWR sentence is processed as one.

Definition at line 11 of file vwr.h.

Constructor & Destructor Documentation

◆ NotVWRException()

nmealib::nmea0183::NotVWRException::NotVWRException ( const std::string &  context,
const std::string &  details = "" 
)
inlineexplicit

Definition at line 13 of file vwr.h.


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