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

#include <exception.hpp>

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

Public Member Functions

 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 ()
 

Private Attributes

std::string what_
 

Detailed Description

Definition at line 230 of file exception.hpp.

Constructor & Destructor Documentation

jubatus::core::common::exception::runtime_error::runtime_error ( const std::string &  what)
inlineexplicit

Definition at line 232 of file exception.hpp.

jubatus::core::common::exception::runtime_error::~runtime_error ( )
throw (
)
inline

Definition at line 236 of file exception.hpp.

236  {
237  }

Member Function Documentation

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

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

Definition at line 239 of file exception.hpp.

References what_.

239  {
240  return what_.c_str();
241  }

Member Data Documentation

std::string jubatus::core::common::exception::runtime_error::what_
private

Definition at line 243 of file exception.hpp.

Referenced by what().


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