Hazelcast C++ Client
Hazelcast C++ Client Library
hazelcast::client::exception::exception_builder< EXCEPTIONCLASS > Class Template Reference

Public Member Functions

 exception_builder (const std::string &source)
 
template<typename T >
exception_builderoperator<< (const T &message)
 
boost::exception_detail::clone_impl< EXCEPTIONCLASS > build ()
 

Detailed Description

template<typename EXCEPTIONCLASS>
class hazelcast::client::exception::exception_builder< EXCEPTIONCLASS >

Definition at line 93 of file iexception.h.

Member Function Documentation

◆ build()

template<typename EXCEPTIONCLASS >
boost::exception_detail::clone_impl<EXCEPTIONCLASS> hazelcast::client::exception::exception_builder< EXCEPTIONCLASS >::build ( )
inline
Returns
The constructed exception.

Definition at line 107 of file iexception.h.

107  {
108  return boost::enable_current_exception(EXCEPTIONCLASS(source_, msg_.str()));
109  }

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