BICO
1.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Pages
invalidruntimeconfigurationexception.h
Go to the documentation of this file.
1
#ifndef INVALIDRUNTIMECONFIGURATIONEXCEPTION_H
2
#define INVALIDRUNTIMECONFIGURATIONEXCEPTION_H
3
4
#include "../exception/clueexception.h"
5
6
namespace
CluE
7
{
8
13
struct
InvalidRuntimeConfigurationException
:
public
CluEException
14
{
15
InvalidRuntimeConfigurationException
() {};
16
InvalidRuntimeConfigurationException
(
int
identifier
, std::string
message
)
17
{
18
this->identifier =
identifier
;
19
this->message =
message
;
20
};
21
virtual
~InvalidRuntimeConfigurationException
() {};
22
};
23
}
24
25
#endif
src
exception
invalidruntimeconfigurationexception.h
Generated on Fri Aug 30 2013 15:51:29 for BICO by
1.8.4