Exception class for out of memory exceptions.This class is derived from the SoPlex exception base class. It does not provide any new functionality. More...
#include <exceptions.h>
Public Member Functions | |
Construction / destruction | |
SPxMemoryException (const std::string &m="") | |
constructor More... | |
Public Member Functions inherited from SPxException | |
SPxException (const std::string &m="") | |
constructor More... | |
virtual | ~SPxException () |
destructor More... | |
virtual const std::string | what () const |
returns exception message More... | |
Exception class for out of memory exceptions.
This class is derived from the SoPlex exception base class. It does not provide any new functionality.
Definition at line 70 of file exceptions.h.
SPxMemoryException | ( | const std::string & | m = "" | ) |
constructor
The constructor receives an optional string as an exception message.
Definition at line 79 of file exceptions.h.