#include <exception.hpp>
saga::exception
saga::not_implemented
saga::parameter_exception
saga::incorrect_url
saga::bad_parameter
saga::state_exception
saga::already_exists
saga::does_not_exist
saga::incorrect_state
saga::timeout
saga::security_exception
saga::permission_denied
saga::authorization_failed
saga::authentication_failed
saga::no_success
Public Member Functions | |
SAGA_VERBOSE (SAGA_VERBOSE_LEVEL_INFO) | |
Public Attributes | |
saga::exception::std | obj |
Creates the exception. | |
saga::exception::std | l |
saga::exception::std | err_ |
exception std::string const & | m |
Creates the exception, without associating a SAGA object instance. | |
Classes | |
exception | std |
Creates the exception. More... |
saga::exception::SAGA_VERBOSE | ( | SAGA_VERBOSE_LEVEL_INFO | ) | [inline] |
Creates the exception.
obj | The object associated with the exception. | |
message | The message to be associated with the new exception. |
obj | The object associated with the exception. | |
message | The message to be associated with the new exception. |
saga::exception::std saga::exception::err_ |
exception std::string const& saga::exception::m [final] |