gams::GAMSException Class Reference
Exception class thrown for GAMS exceptions. More...
#include <gamsexception.h>
Inheritance diagram for gams::GAMSException:
Public Member Functions | |
GAMSException (const std::string &what) | |
GAMSException (const char *what) | |
Detailed Description
Exception class thrown for GAMS exceptions.
Definition at line 35 of file gamsexception.h.
Constructor & Destructor Documentation
◆ GAMSException() [1/2]
gams::GAMSException::GAMSException | ( | const std::string & | what | ) |
Constructor.
- Parameters
-
what Exception message.
◆ GAMSException() [2/2]
gams::GAMSException::GAMSException | ( | const char * | what | ) |
Constructor.
- Parameters
-
what Exception message.