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