List of all members | Static Public Member Functions
utl::ThrowPolicy< RetType, E > Class Template Reference

Simply throws. More...

#include "utl/ThrowPolicy.h"

Static Public Member Functions

static RetType Handle (const std::string &message)
 

Detailed Description

template<typename RetType = int, class E = AugerException>
class utl::ThrowPolicy< RetType, E >

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.

Parameters
RetTypeThe desired result type, defaults to int.
EThe desired exception type, defaults to AugerException.
Author
Rodolfo Federico Gamarra
Date
10 Jan 2009

Definition at line 27 of file ThrowPolicy.h.

Member Function Documentation

template<typename RetType = int, class E = AugerException>
static RetType utl::ThrowPolicy< RetType, E >::Handle ( const std::string &  message)
inlinestatic

Definition at line 28 of file ThrowPolicy.h.


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

, generated on Tue Sep 26 2023.