|
jubatus_core
0.1.2
Jubatus: Online machine learning framework for distributed environment
|
#include <exception.hpp>


Public Member Functions | |
| invalid_parameter (const std::string &expected) | |
Public Member Functions inherited from jubatus::core::common::exception::runtime_error | |
| runtime_error (const std::string &what) | |
| const char * | what () const throw () |
| ~runtime_error () throw () | |
Public Member Functions inherited from jubatus::core::common::exception::jubaexception< runtime_error > | |
| void | bind_thrower (exception_thrower_ptr thrower) const |
| jubaexception () | |
| exception_thrower_ptr | thrower () const |
| virtual | ~jubaexception () throw () |
Public Member Functions inherited from jubatus::core::common::exception::jubatus_exception | |
| std::string | diagnostic_information (bool display_what=false) const |
| error_info_list_t | error_info () const |
| jubatus_exception () throw () | |
| std::string | name () const throw () |
| virtual | ~jubatus_exception () throw () |
Definition at line 349 of file exception.hpp.
|
inlineexplicit |
Definition at line 351 of file exception.hpp.
1.8.9.1