#include <exception.hpp>
Public Member Functions | |
not_implemented (saga::object obj, std::string const &m) | |
Brief description starts here. | |
not_implemented (saga::object obj, std::vector< saga::exception > const &l) | |
not_implemented (std::string const &m) | |
Brief description starts here. |
Definition at line 135 of file exception.hpp.
saga::not_implemented::not_implemented | ( | saga::object | obj, | |
std::string const & | m | |||
) | [inline] |
Brief description starts here.
Definition at line 140 of file exception.hpp.
saga::not_implemented::not_implemented | ( | saga::object | obj, | |
std::vector< saga::exception > const & | l | |||
) | [inline] |
Definition at line 144 of file exception.hpp.
saga::not_implemented::not_implemented | ( | std::string const & | m | ) | [inline, explicit] |
Brief description starts here.
Definition at line 150 of file exception.hpp.