SoPlex
Loading...
Searching...
No Matches
SPxInterfaceException Class Reference

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

#include <exceptions.h>

Inheritance diagram for SPxInterfaceException:
SPxException

Public Member Functions

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

Detailed Description

Exception class for incorrect usage of interface methods.

Definition at line 137 of file exceptions.h.

Constructor & Destructor Documentation

◆ SPxInterfaceException()

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

constructor

The constructor receives an optional string as an exception message.

Definition at line 146 of file exceptions.h.

References SPxException::SPxException().