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