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

#include <exception.hpp>

Inheritance diagram for jubatus::core::common::exception::unknown_exception:
Inheritance graph
Collaboration diagram for jubatus::core::common::exception::unknown_exception:
Collaboration graph

Public Member Functions

 unknown_exception ()
 
const char * what () const throw ()
 
- Public Member Functions inherited from jubatus::core::common::exception::jubaexception< unknown_exception >
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 219 of file exception.hpp.

Constructor & Destructor Documentation

jubatus::core::common::exception::unknown_exception::unknown_exception ( )
inlineexplicit

Definition at line 221 of file exception.hpp.

221  {
222  // TODO(kashihara): push unknown_exception
223  }

Member Function Documentation

const char* jubatus::core::common::exception::unknown_exception::what ( ) const
throw (
)
inlinevirtual

Reimplemented from jubatus::core::common::exception::jubatus_exception.

Definition at line 225 of file exception.hpp.

225  {
226  return "unknown exception";
227  }

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