UniRec  3.3.2
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
This exception is thrown when the libtrap command-line argument contains help flag.
An exception that is thrown when the record format changes.
An exception that is thrown when the end of the input stream is reached.