nmealib
0.0.4
NMEA 0183/NMEA 2000 parsing library
Loading...
Searching...
No Matches
include
nmealib
nmeaException.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
#include <stdexcept>
5
6
namespace
nmealib
{
7
15
class
NmeaException
:
public
std::runtime_error {
16
public
:
24
explicit
NmeaException
(
const
std::string& context,
const
std::string& message,
const
std::string& details =
""
);
25
};
26
27
}
// namespace nmealib
nmealib::NmeaException
Base exception class for all NMEA library errors.
Definition
nmeaException.h:15
nmealib
Definition
parse.h:11
Generated by
1.9.8