BeeeOn Gateway  v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
Public Member Functions | Static Public Member Functions | Static Protected Member Functions | Protected Attributes
BeeeOn::Throwable Class Reference
Inheritance diagram for BeeeOn::Throwable:
BeeeOn::ForPoco::WithTrace< E >

Public Member Functions

const Backtracetrace () const
 

Static Public Member Functions

template<typename E >
static const BacktracetraceOf (const E &e)
 

Static Protected Member Functions

static const BacktraceemptyBacktrace ()
 

Protected Attributes

Backtrace m_backtrace
 

Member Function Documentation

template<typename E >
const Backtrace & BeeeOn::Throwable::traceOf ( const E &  e)
static

Return Backtrace for any object. If the object is derived from Throwable, the returned Backtrace contains information at the time of its creation. Otherwise, an empty Backtrace is returned.


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