Loading...
Searching...
No Matches
SPxException Class Reference Exception base class. More...
Inheritance diagram for SPxException:
![]()
Detailed DescriptionException base class. This class implements a base class for our SoPlex exceptions We provide a what() function which returns the exception message. Definition at line 41 of file exceptions.h. Constructor & Destructor Documentation◆ SPxException()
constructor The constructor receives an optional string as an exception message. Definition at line 57 of file exceptions.h. ◆ ~SPxException()
destructor Definition at line 59 of file exceptions.h. Member Function Documentation◆ what()
returns exception message Definition at line 66 of file exceptions.h. References SPxException::msg. Referenced by runSoPlex(). Member Data Documentation◆ msg
|