#include <IpoptInterface.hpp>
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] |
Eventually store the error code from Ipopt
Definition at line 75 of file IpoptInterface.hpp.
IpoptInterface::UnsolvedError::UnsolvedError | ( | int | errorNum_ = 10000 |
) |
Constructor.
void IpoptInterface::UnsolvedError::printError | ( | std::ostream & | os | ) |
Print error message.
const std::string& IpoptInterface::UnsolvedError::errorName | ( | ) | const |
Get the string corresponding to error.
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.