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
OperationNotFoundException.hpp
Go to the documentation of this file.
1
#ifndef OPERATION_NOT_FOUND_EXCEPTION_HPP
2
#define OPERATION_NOT_FOUND_EXCEPTION_HPP
3
4
#include "
ExceptionBase.hpp
"
5
6
namespace
HCE
7
{
8
namespace
exception
9
{
10
class
OperationNotFoundException
:
public
ExceptionBase
11
{
12
public
:
13
OperationNotFoundException
(
const
std::string &
what
):
ExceptionBase
(what) {}
14
virtual
~OperationNotFoundException
() throw(){}
15
};
16
}
17
}
18
19
#endif
sources
utils
HCECSM
src
OperationNotFoundException.hpp
Generated on Mon Jan 13 2014 16:16:17 for highlighter application by
1.8.1.2