#include <IpoptInterface.hpp>
Inheritance diagram for IpoptInterface::SimpleError:
Public Member Functions | |
SimpleError (std::string message, std::string methodName) | |
Alternate constructor using strings. | |
SimpleError (const char *message, const char *methodName) | |
Alternate constructor using const char *. | |
Private Member Functions | |
SimpleError () |
Inherited from CoinError, we just want to have a different class to be able to catch errors thrown by IpoptInterface.
Definition at line 50 of file IpoptInterface.hpp.
IpoptInterface::SimpleError::SimpleError | ( | std::string | message, | |
std::string | methodName | |||
) | [inline] |
IpoptInterface::SimpleError::SimpleError | ( | const char * | message, | |
const char * | methodName | |||
) | [inline] |
IpoptInterface::SimpleError::SimpleError | ( | ) | [private] |