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::jsonconfig::not_found Class Reference

#include <exception.hpp>

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

Public Member Functions

const std::string & key () const
 
 not_found (const std::string &path, const std::string &key)
 
 ~not_found () throw ()
 
- Public Member Functions inherited from jubatus::core::common::jsonconfig::config_error
 config_error (const std::string &path, const std::string &message)
 
const std::string & path () const
 
const char * what () const throw ()
 
 ~config_error () throw ()
 
- Public Member Functions inherited from jubatus::core::common::exception::jubaexception< config_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 key_
 

Detailed Description

Definition at line 95 of file exception.hpp.

Constructor & Destructor Documentation

jubatus::core::common::jsonconfig::not_found::not_found ( const std::string &  path,
const std::string &  key 
)

Definition at line 105 of file exception.cpp.

106  : config_error(path, MakeNotFoundMessage(key)),
107  key_(key) {
108 }
config_error(const std::string &path, const std::string &message)
Definition: exception.cpp:30
const std::string & key() const
Definition: exception.hpp:101
jubatus::core::common::jsonconfig::not_found::~not_found ( )
throw (
)

Definition at line 110 of file exception.cpp.

110  {
111 }

Member Function Documentation

const std::string& jubatus::core::common::jsonconfig::not_found::key ( ) const
inline

Definition at line 101 of file exception.hpp.

References key_.

101  {
102  return key_;
103  }

Member Data Documentation

std::string jubatus::core::common::jsonconfig::not_found::key_
private

Definition at line 106 of file exception.hpp.

Referenced by key().


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