|
Interior-point-optimisation
1.0-1
Interior-pointoptimisationlibrary
|
Objects of this class are used to store information about an exception generated by ipo objects and functions at runtime. More...
#include <IPOException.hpp>

Public Member Functions | |
| IPOException (const std::string &exceptionMessage, char const *const fileName=0, int const lineNumber=0) | |
| Create a new object with the given message to indicate what happened. More... | |
| const std::string & | what () const |
| Returns the exception’s message. More... | |
Private Attributes | |
| const std::string | message |
| A string to hold the exception’s message. More... | |
Objects of this class are used to store information about an exception generated by ipo objects and functions at runtime.
Definition at line 60 of file IPOException.hpp.
|
inline |
Create a new object with the given message to indicate what happened.
| exceptionMessage | The string containing the message. |
| fileName | Use with macro to produce error message |
| lineNumber | Use with macro to produce error message |
Definition at line 68 of file IPOException.hpp.
|
inline |
Returns the exception’s message.
Definition at line 79 of file IPOException.hpp.
References message.
|
private |
A string to hold the exception’s message.
Definition at line 86 of file IPOException.hpp.
Referenced by what().