jubatus_core  0.1.2
Jubatus: Online machine learning framework for distributed environment
Functions
jubatus::core::common::exception::detail Namespace Reference

Functions

template<class Exception >
exception_thrower_ptr current_std_exception (const Exception &e)
 

Function Documentation

template<class Exception >
exception_thrower_ptr jubatus::core::common::exception::detail::current_std_exception ( const Exception &  e)

Definition at line 248 of file exception.hpp.

Referenced by jubatus::core::common::exception::get_current_exception().

248  {
249  return exception_thrower_ptr(new exception_thrower_impl<Exception>(e));
250 }
jubatus::util::lang::shared_ptr< exception_thrower_base > exception_thrower_ptr
Definition: exception.hpp:83

Here is the caller graph for this function: