UniRec
3.0.0
Loading...
Searching...
No Matches
include
unirec++
unirecException.hpp
Go to the documentation of this file.
1
9
#pragma once
10
11
#include <stdexcept>
12
13
namespace
NemeaPlusPlus
{
14
18
class
EoFException
:
public
std::exception {};
19
23
class
FormatChangeException
:
public
std::exception {};
24
28
class
HelpException
:
public
std::exception {};
29
30
}
// namespace NemeaPlusPlus
NemeaPlusPlus::EoFException
An exception that is thrown when the end of the input stream is reached.
Definition:
unirecException.hpp:18
NemeaPlusPlus::FormatChangeException
An exception that is thrown when the record format changes.
Definition:
unirecException.hpp:23
NemeaPlusPlus::HelpException
This exception is thrown when the libtrap command-line argument contains help flag.
Definition:
unirecException.hpp:28
NemeaPlusPlus
Definition:
bidirectionalInterface.cpp:14
Generated by
1.9.6