2 #ifndef GRAMODS_CORE_RUNTIMEEXCEPTION
3 #define GRAMODS_CORE_RUNTIMEEXCEPTION
5 #include <gmCore/config.hh>
9 BEGIN_NAMESPACE_GMCORE;
Standard exception for runtime problems and base type for more detailed problems.
Definition: RuntimeException.hh:15
const std::string what
A message with information about how preconditions were violated.
Definition: RuntimeException.hh:26
RuntimeException(std::string what)
Creates an exception with a clarification message.
Definition: RuntimeException.hh:20