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

Standard exception for invalid arguments in a call to a function or object. More...

#include <InvalidArgument.hh>

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

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

Detailed Description

Standard exception for invalid arguments in a call to a function or object.

In well written software this exception is never thrown.

Constructor & Destructor Documentation

◆ InvalidArgument()

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

Creates an exception with a clarification message.


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