current_exception_std_exception_wrapper( T const & e1, riakboost::exception const & e2 ):
     T(e1),
     riakboost::exception(e2)
 {
     add_original_type(e1);
 }
 explicit
 current_exception_std_exception_wrapper( T const & e1 ):
     T(e1)
 {
     add_original_type(e1);
 }
 explicit
 unknown_exception( std::exception const & e )
 {
     add_original_type(e);
 }
 explicit
 unknown_exception( riakboost::exception const & e ):
     riakboost::exception(e)
 {
     add_original_type(e);
 }
示例#5
0
 explicit
 unknown_exception( hexerboost::exception const & e ):
     hexerboost::exception(e)
     {
     add_original_type(e);
     }