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