|
gramods
|
Standard exception for invalid arguments in a call to a function or object. More...
#include <InvalidArgument.hh>


Public Member Functions | |
| InvalidArgument (std::string what) | |
| Creates an exception with a clarification message. More... | |
Public Member Functions inherited from gramods::gmCore::RuntimeException | |
| RuntimeException (std::string what) | |
| Creates an exception with a clarification message. More... | |
Additional Inherited Members | |
Public Attributes inherited from gramods::gmCore::RuntimeException | |
| const std::string | what |
| A message with information about how preconditions were violated. More... | |
Standard exception for invalid arguments in a call to a function or object.
In well written software this exception is never thrown.
|
inline |
Creates an exception with a clarification message.