All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SPxInternalCodeException Class Reference 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...
Inheritance diagram for SPxInternalCodeException:
![]()
Detailed DescriptionException 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. Definition at line 108 of file exceptions.h. Constructor & Destructor Documentation
constructor The constructor receives an optional string as an exception message. Definition at line 117 of file exceptions.h.
|