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