Definition at line 155 of file Exception.hpp.
|
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) |
|
◆ 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 |
The documentation for this class was generated from the following file: