![]() |
SOPT
Sparse OPTimisation
|
Root exception for sopt. More...
#include <exception.h>
Public Member Functions | |
Exception (std::string const &filename, size_t lineno) | |
Creates exception. More... | |
const char * | what () const noexcept override |
Creates message. More... | |
template<typename OBJECT > | |
Exception & | operator<< (OBJECT const &object) |
Adds to message. More... | |
Static Public Member Functions | |
static std::string | header (std::string const &name, std::string const &filename, size_t lineno) |
Header of the message. More... | |
Root exception for sopt.
Definition at line 11 of file exception.h.
|
inline |
Creates exception.
Definition at line 19 of file exception.h.
|
inlinestatic |
Header of the message.
Definition at line 26 of file exception.h.
|
inline |
Adds to message.
Definition at line 34 of file exception.h.
|
inlineoverridenoexcept |