gramods
|
Standard exception for runtime problems and base type for more detailed problems. More...
#include <RuntimeException.hh>
Public Member Functions | |
RuntimeException (std::string what) | |
Creates an exception with a clarification message. More... | |
Public Attributes | |
const std::string | what |
A message with information about how preconditions were violated. More... | |
Standard exception for runtime problems and base type for more detailed problems.
|
inline |
Creates an exception with a clarification message.
const std::string gramods::gmCore::RuntimeException::what |
A message with information about how preconditions were violated.