Compute Graph Framework SDK Reference  5.16
dw::framework::ExceptionGuard Class Reference

Detailed Description

Definition at line 155 of file Exception.hpp.

Static Public Member Functions

template<typename TryBlock >
static dwStatus guard (TryBlock const &tryBlock, ::dw::core::Logger::Verbosity verbosity=::dw::core::Logger::Verbosity::ERROR)
 
template<typename TryBlock >
static dwStatus guardWithReturn (TryBlock const &tryBlock, ::dw::core::Logger::Verbosity verbosity=::dw::core::Logger::Verbosity::ERROR)
 

Member Function Documentation

◆ guard()

template<typename TryBlock >
static dwStatus dw::framework::ExceptionGuard::guard ( TryBlock const &  tryBlock,
::dw::core::Logger::Verbosity  verbosity = ::dw::core::Logger::Verbosity::ERROR 
)
inlinestatic

◆ guardWithReturn()

template<typename TryBlock >
static dwStatus dw::framework::ExceptionGuard::guardWithReturn ( TryBlock const &  tryBlock,
::dw::core::Logger::Verbosity  verbosity = ::dw::core::Logger::Verbosity::ERROR 
)
inlinestatic

Definition at line 161 of file Exception.hpp.


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