jubatus_core  0.1.2
Jubatus: Online machine learning framework for distributed environment
Public Member Functions | List of all members
jubatus::core::common::not_found Class Reference

#include <exception.hpp>

Inheritance diagram for jubatus::core::common::not_found:
Inheritance graph
Collaboration diagram for jubatus::core::common::not_found:
Collaboration graph

Public Member Functions

 not_found (const std::string &n)
 
- Public Member Functions inherited from jubatus::core::common::membership_error
 membership_error (const std::string &n)
 
- 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 ()
 

Detailed Description

Definition at line 335 of file exception.hpp.

Constructor & Destructor Documentation

jubatus::core::common::not_found::not_found ( const std::string &  n)
inlineexplicit

Definition at line 337 of file exception.hpp.

338  : membership_error(n) {
339  }
membership_error(const std::string &n)
Definition: exception.hpp:330

The documentation for this class was generated from the following file: