#include <exception.hpp>
Inheritance diagram for saga::state_exception:Protected Member Functions | |
| state_exception (saga::object obj, std::string const &m, saga::error e) | |
| Brief description starts here. | |
| state_exception (saga::object obj, std::vector< saga::exception > const &l) | |
| state_exception (std::string const &m, saga::error e) | |
| Brief description starts here. | |
Definition at line 219 of file exception.hpp.
| saga::state_exception::state_exception | ( | saga::object | obj, | |
| std::string const & | m, | |||
| saga::error | e | |||
| ) | [inline, protected] |
Brief description starts here.
Definition at line 224 of file exception.hpp.
| saga::state_exception::state_exception | ( | saga::object | obj, | |
| std::vector< saga::exception > const & | l | |||
| ) | [inline, protected] |
Definition at line 228 of file exception.hpp.
| saga::state_exception::state_exception | ( | std::string const & | m, | |
| saga::error | e | |||
| ) | [inline, protected] |
Brief description starts here.
Definition at line 234 of file exception.hpp.
1.7.1