Loading...
Searching...
No Matches
gams::GAMSException Class Reference

Exception class thrown for GAMS exceptions. More...

#include <gamsexception.h>

Inheritance diagram for gams::GAMSException:
gams::GAMSExceptionExecution

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

◆ GAMSException() [2/2]

gams::GAMSException::GAMSException ( const char *  what)

Constructor.

Parameters
whatException message.