#include <CglLandP.hpp>
Public Member Functions | |
NoBasisError () | |
![]() | |
const std::string & | message () const |
get message text More... | |
const std::string & | methodName () const |
get name of method instantiating error More... | |
const std::string & | className () const |
get name of class instantiating error (or hint for assert) More... | |
const std::string & | fileName () const |
get name of file for assert More... | |
int | lineNumber () const |
get line number of assert (-1 if not assert) More... | |
void | print (bool doPrint=true) const |
Just print (for asserts) More... | |
CoinError (std::string message__, std::string methodName__, std::string className__, std::string fileName_=std::string(), int line=-1) | |
Alternate Constructor. More... | |
CoinError (const CoinError &source) | |
Copy constructor. More... | |
CoinError & | operator= (const CoinError &rhs) |
Assignment operator. More... | |
virtual | ~CoinError () |
Destructor. More... | |
Additional Inherited Members | |
![]() | |
static bool | printErrors_ |
Whether to print every error. More... | |
Definition at line 218 of file CglLandP.hpp.
|
inline |
Definition at line 221 of file CglLandP.hpp.