19 #ifndef _EXCEPTIONS_H_ 20 #define _EXCEPTIONS_H_ 57 virtual const std::string
what()
const 141 #endif // _EXCEPTIONS_H_ Exception class for things that should NEVER happen.This class is derived from the SoPlex exception b...
virtual ~SPxException()
destructor
SPxMemoryException(const std::string &m="")
constructor
virtual const std::string what() const
returns exception message
Exception class for out of memory exceptions.This class is derived from the SoPlex exception base cla...
SPxException(const std::string &m="")
constructor
std::string msg
Exception message.
Exception base class.This class implements a base class for our SoPlex exceptions We provide a what()...
Everything should be within this namespace.
SPxStatusException(const std::string &m="")
constructor
Exception class for incorrect usage of interface methods.
SPxInterfaceException(const std::string &m="")
constructor
Exception class for status exceptions during the computationsThis class is derived from the SoPlex ex...
SPxInternalCodeException(const std::string &m="")
constructor