Simply throws. More...
#include "utl/ThrowPolicy.h"
Static Public Member Functions | |
static RetType | Handle (const std::string &message) |
Simply throws.
Throws an object of the given exception type, constructing it with the given message. The return type is provided to avoid compiler warnings, a value isn't actually returned.
RetType | The desired result type, defaults to int. |
E | The desired exception type, defaults to AugerException. |
Definition at line 27 of file ThrowPolicy.h.
|
inlinestatic |
Definition at line 28 of file ThrowPolicy.h.