SoPlex
Loading...
Searching...
No Matches
SPxMemoryException Class Reference

Exception class for out of memory exceptions. More...

#include <exceptions.h>

Inheritance diagram for SPxMemoryException:
SPxException

Public Member Functions

Construction / destruction
 SPxMemoryException (const std::string &m="")
 constructor
Public Member Functions inherited from SPxException
 SPxException (const std::string &m="")
 constructor
 SPxException (const SPxException &)=default
 SPxException (SPxException &&)=default
virtual ~SPxException ()=default
 destructor
virtual const std::string & what () const
 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 81 of file exceptions.h.

Constructor & Destructor Documentation

◆ SPxMemoryException()

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

constructor

The constructor receives an optional string as an exception message.

Definition at line 90 of file exceptions.h.

References SPxException::SPxException().