UniRec  3.2.0
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
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.