Scippy

SoPlex

Sequential object-oriented simPlex

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...

#include <exceptions.h>

Inheritance diagram for SPxInternalCodeException:

Public Member Functions

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

Detailed Description

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.

Definition at line 109 of file exceptions.h.

Constructor & Destructor Documentation

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

constructor

The constructor receives an optional string as an exception message.

Definition at line 118 of file exceptions.h.