![]() |
SDK
2.1.4 [async]
CloudBackend Software Development Kit - SDK API for C++
|
#include <Exception.h>
Public Member Functions | |
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... | |
X
|
inline |
Examines whether current exception is of type CbeExceptionT
.
CbeExceptionT | Subtype of cbe::util::Exception to be examined. |