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... | |
![]() | |
RuntimeException (std::string what) | |
Creates an exception with a clarification message. More... | |
Additional Inherited Members | |
![]() | |
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.