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

#include <exception.hpp>

Inheritance diagram for jubatus::core::common::exception::exception_thrower_impl< Exception >:
Inheritance graph
Collaboration diagram for jubatus::core::common::exception::exception_thrower_impl< Exception >:
Collaboration graph

Public Member Functions

 exception_thrower_impl (const Exception &e)
 
void throw_exception () const
 
- Public Member Functions inherited from jubatus::core::common::exception::exception_thrower_base
 exception_thrower_base ()
 
virtual ~exception_thrower_base ()
 

Private Member Functions

 exception_thrower_impl (const exception_thrower_impl &)
 
exception_thrower_imploperator= (const exception_thrower_impl &)
 

Private Attributes

Exception exception_
 

Detailed Description

template<class Exception>
class jubatus::core::common::exception::exception_thrower_impl< Exception >

Definition at line 163 of file exception.hpp.

Constructor & Destructor Documentation

template<class Exception >
jubatus::core::common::exception::exception_thrower_impl< Exception >::exception_thrower_impl ( const Exception &  e)
inlineexplicit

Definition at line 165 of file exception.hpp.

template<class Exception >
jubatus::core::common::exception::exception_thrower_impl< Exception >::exception_thrower_impl ( const exception_thrower_impl< Exception > &  )
private

Member Function Documentation

template<class Exception >
exception_thrower_impl& jubatus::core::common::exception::exception_thrower_impl< Exception >::operator= ( const exception_thrower_impl< Exception > &  )
private
template<class Exception >
void jubatus::core::common::exception::exception_thrower_impl< Exception >::throw_exception ( ) const
inlinevirtual

Member Data Documentation

template<class Exception >
Exception jubatus::core::common::exception::exception_thrower_impl< Exception >::exception_
private

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