Exception class for incorrect usage of interface methods. More...
#include <exceptions.h>
Public Member Functions | |
Construction / destruction | |
SPxInterfaceException (const std::string &m="") | |
constructor More... | |
Public Member Functions inherited from SPxException | |
SPxException (const std::string &m="") | |
constructor More... | |
virtual | ~SPxException () |
destructor More... | |
virtual const std::string | what () const |
returns exception message More... | |
Exception class for incorrect usage of interface methods.
Definition at line 126 of file exceptions.h.
SPxInterfaceException | ( | const std::string & | m = "" | ) |
constructor
The constructor receives an optional string as an exception message.
Definition at line 135 of file exceptions.h.