Exception classes for SoPlex. More...
#include <string.h>
Go to the source code of this file.
Classes | |
class | SPxException |
Exception base class.This class implements a base class for our SoPlex exceptions We provide a what() function which returns the exception message. More... | |
class | SPxMemoryException |
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... | |
class | SPxStatusException |
Exception class for status exceptions during the computationsThis class is derived from the SoPlex exception base class. It does not provide any new functionality. More... | |
class | SPxInternalCodeException |
Exception class for things that should NEVER happen.This class is derived from the SoPlex exception base class. It does not provide any new functionality. Most often it is used to replace assert(false) terms in earlier code. More... | |
class | SPxInterfaceException |
Exception class for incorrect usage of interface methods. More... | |
Namespaces | |
soplex | |
Everything should be within this namespace. | |
Exception classes for SoPlex.
Definition in file exceptions.h.