IpoptInterface::UnsolvedError Class Reference

We will throw this error when a problem is not solved. More...

#include <IpoptInterface.hpp>

List of all members.

Public Member Functions

 UnsolvedError (int errorNum_=10000)
 Constructor.
void printError (std::ostream &os)
 Print error message.
const std::string & errorName () const
 Get the string corresponding to error.

Private Attributes

int errorNum_

Static Private Attributes

static std::string errorNames [17]


Detailed Description

We will throw this error when a problem is not solved.

Eventually store the error code from Ipopt

Definition at line 75 of file IpoptInterface.hpp.


Constructor & Destructor Documentation

IpoptInterface::UnsolvedError::UnsolvedError ( int  errorNum_ = 10000  ) 

Constructor.


Member Function Documentation

void IpoptInterface::UnsolvedError::printError ( std::ostream &  os  ) 

Print error message.

const std::string& IpoptInterface::UnsolvedError::errorName (  )  const

Get the string corresponding to error.


Member Data Documentation

int IpoptInterface::UnsolvedError::errorNum_ [private]

Definition at line 85 of file IpoptInterface.hpp.

std::string IpoptInterface::UnsolvedError::errorNames[17] [static, private]

Definition at line 86 of file IpoptInterface.hpp.


The documentation for this class was generated from the following file:
Generated on Fri May 16 21:15:12 2008 for Bonmin by  doxygen 1.4.7