#include <BonOsiTMINLPInterface.hpp>
Inheritance diagram for Bonmin::OsiTMINLPInterface::SimpleError:
Public Member Functions | |
SimpleError (std::string message, std::string methodName, std::string f=std::string(), int l=-1) | |
Alternate constructor using strings. | |
Private Member Functions | |
SimpleError () |
Inherited from CoinError, we just want to have a different class to be able to catch errors thrown by OsiTMINLPInterface.
Definition at line 58 of file BonOsiTMINLPInterface.hpp.
Bonmin::OsiTMINLPInterface::SimpleError::SimpleError | ( | ) | [private] |
Bonmin::OsiTMINLPInterface::SimpleError::SimpleError | ( | std::string | message, | |
std::string | methodName, | |||
std::string | f = std::string() , |
|||
int | l = -1 | |||
) | [inline] |