HCE project C++ developers source code library
1.1.1
HCE project developer library
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
ComponentExceptionBase.hpp
Go to the documentation of this file.
1
#ifndef COMPONENT_EXCEPTION_BASE_HPP
2
#define COMPONENT_EXCEPTION_BASE_HPP
3
4
#include "
ExceptionBase.hpp
"
5
6
namespace
HCE
7
{
8
namespace
exception
9
{
10
class
ComponentExceptionBase
:
public
ExceptionBase
11
{
12
public
:
13
ComponentExceptionBase
(
const
std::string &
what
):
ExceptionBase
(what) {}
14
ComponentExceptionBase
(
const
ComponentExceptionBase
&exp):
15
ExceptionBase
(dynamic_cast<
ExceptionBase
&>(const_cast<
ComponentExceptionBase
&>(exp))) {}
16
virtual
~ComponentExceptionBase
() throw(){}
17
};
18
}
19
}
20
21
#endif
sources
HCECSM
src
ComponentExceptionBase.hpp
Generated on Mon Jan 13 2014 13:08:37 for HCE project C++ developers source code library by
1.8.1.2