SDK  2.1.4 [async]
CloudBackend Software Development Kit - SDK API for C++
cbe::util::ExceptionImpl< ErrorInfoT > Struct Template Reference

#include <Exception.h>

Inheritance diagram for cbe::util::ExceptionImpl< ErrorInfoT >:
Collaboration diagram for cbe::util::ExceptionImpl< ErrorInfoT >:

Public Types

using Base = ExceptionImpl< ErrorInfoT >
 

Public Member Functions

 ExceptionImpl (ErrorInfoT &&errorInfo)
 
- Public Member Functions inherited from cbe::util::Exception
template<typename... Ts>
 Exception (Ts &&... args)
 
std::string typeAsString () const
 
template<class CbeExceptionT >
const CbeExceptionT * derivedCbeException () const
 Examines whether current exception is of type CbeExceptionT. More...
 

Public Attributes

const ErrorInfoT errorInfo
 

Detailed Description

template<class ErrorInfoT>
struct cbe::util::ExceptionImpl< ErrorInfoT >

XX


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