highlighter application
1.1
HCE project utils : highlighter
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
HighlightAlgorithmException.hpp
Go to the documentation of this file.
1
13
#ifndef HIGHLIGHT_ALGORITHM_EXCEPTION_HPP
14
#define HIGHLIGHT_ALGORITHM_EXCEPTION_HPP
15
16
#include "
ExceptionBase.hpp
"
17
18
namespace
HCE
19
{
20
namespace
exception
21
{
22
class
HighlightAlgorithmException
:
public
ExceptionBase
23
{
24
public
:
25
HighlightAlgorithmException
(
const
std::string &
what
):
ExceptionBase
(what) {}
26
virtual
~HighlightAlgorithmException
() throw(){}
27
};
28
}
29
}
30
31
#endif
sources
src
HighlightAlgorithmException.hpp
Generated on Mon Jan 13 2014 16:16:16 for highlighter application by
1.8.1.2