SDK  2.1.4 [async]
CloudBackend Software Development Kit - SDK API for C++
cbe::util::Exception Struct Reference

#include <Exception.h>

Inheritance diagram for cbe::util::Exception:
Collaboration diagram for cbe::util::Exception:

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...
 

Detailed Description

X

Member Function Documentation

◆ derivedCbeException()

template<class CbeExceptionT >
const CbeExceptionT* cbe::util::Exception::derivedCbeException ( ) const
inline

Examines whether current exception is of type CbeExceptionT.

Template Parameters
CbeExceptionTSubtype of cbe::util::Exception to be examined.
Returns
Pointer to the requested exception, nullptr implies no such subclass type.

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