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

#include <exception.hpp>

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

Public Member Functions

 exception_thrower_base ()
 
virtual void throw_exception () const =0
 
virtual ~exception_thrower_base ()
 

Detailed Description

Definition at line 152 of file exception.hpp.

Constructor & Destructor Documentation

jubatus::core::common::exception::exception_thrower_base::exception_thrower_base ( )
inline

Definition at line 154 of file exception.hpp.

154  {
155  }
virtual jubatus::core::common::exception::exception_thrower_base::~exception_thrower_base ( )
inlinevirtual

Definition at line 156 of file exception.hpp.

156  {
157  }

Member Function Documentation

virtual void jubatus::core::common::exception::exception_thrower_base::throw_exception ( ) const
pure virtual

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