Bonmin  1.8.7
Public Member Functions | Private Member Functions | List of all members
Bonmin::OsiTMINLPInterface::SimpleError Class Reference

Error class to throw exceptions from OsiTMINLPInterface. More...

#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. More...
 

Private Member Functions

 SimpleError ()
 

Detailed Description

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.

Constructor & Destructor Documentation

Bonmin::OsiTMINLPInterface::SimpleError::SimpleError ( )
private
Bonmin::OsiTMINLPInterface::SimpleError::SimpleError ( std::string  message,
std::string  methodName,
std::string  f = std::string(),
int  l = -1 
)
inline

Alternate constructor using strings.

Definition at line 67 of file BonOsiTMINLPInterface.hpp.


The documentation for this class was generated from the following file: