BICO  1.1
 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 
14 {
17  {
18  this->identifier = identifier;
19  this->message = message;
20  };
22 };
23 }
24 
25 #endif
CluE related exceptions base class.
Definition: clueexception.h:16
InvalidRuntimeConfigurationException(int identifier, std::string message)
std::string message
Definition: clueexception.h:29
Indicates that a computation entered an invalid configuration state.