Bonmin  1.7
Public Member Functions | Private Member Functions
Bonmin::OsiTMINLPInterface::SimpleError Class Reference

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

#include <BonOsiTMINLPInterface.hpp>

List of all members.

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 ()

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: