SoPlex Doxygen Documentation
SPxMemoryException Class Reference

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>

Inheritance diagram for SPxMemoryException:

Public Member Functions

Construction / destruction
 SPxMemoryException (const std::string &m="")
 constructor
 
- Public Member Functions inherited from SPxException
 SPxException (const std::string &m="")
 constructor
 
virtual ~SPxException ()
 destructor
 
virtual std::string what ()
 returns exception message
 

Detailed Description

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 69 of file exceptions.h.

Constructor & Destructor Documentation

SPxMemoryException ( const std::string &  m = "")

constructor

The constructor receives an optional string as an exception message.

Definition at line 78 of file exceptions.h.