SoPlex Doxygen Documentation
SPxInterfaceException Class Reference

Exception class for incorrect usage of interface methods. More...

#include <exceptions.h>

Inheritance diagram for SPxInterfaceException:

Public Member Functions

Construction / destruction
 SPxInterfaceException (const std::string &m="")
 constructor
 
- Public Member Functions inherited from SPxException
 SPxException (const std::string &m="")
 constructor
 
virtual ~SPxException ()
 destructor
 
virtual std::string what ()
 returns exception message
 

Detailed Description

Exception class for incorrect usage of interface methods.

Definition at line 125 of file exceptions.h.

Constructor & Destructor Documentation

SPxInterfaceException ( const std::string &  m = "")

constructor

The constructor receives an optional string as an exception message.

Definition at line 134 of file exceptions.h.