gramods
Public Member Functions | Public Attributes | List of all members
gramods::gmCore::RuntimeException Struct Reference

Standard exception for runtime problems and base type for more detailed problems. More...

#include <RuntimeException.hh>

Inheritance diagram for gramods::gmCore::RuntimeException:
Inheritance graph
[legend]
Collaboration diagram for gramods::gmCore::RuntimeException:
Collaboration graph
[legend]

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...
 

Detailed Description

Standard exception for runtime problems and base type for more detailed problems.

Constructor & Destructor Documentation

◆ RuntimeException()

gramods::gmCore::RuntimeException::RuntimeException ( std::string  what)
inline

Creates an exception with a clarification message.

Member Data Documentation

◆ what

const std::string gramods::gmCore::RuntimeException::what

A message with information about how preconditions were violated.


The documentation for this struct was generated from the following file: