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

#include <exception.hpp>

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

Public Member Functions

 unsupported_method (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 313 of file exception.hpp.

Constructor & Destructor Documentation

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

Definition at line 315 of file exception.hpp.

317  std::string("unsupported method (") + n + ")") {
318  }

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