GClasses
GClasses::GExpectException Class Reference

Detailed Description

Instantiating an object of this class specifies that any exceptions thrown during the life of this object should be treated as "expected".

#include <GError.h>

Public Member Functions

 GExpectException ()
 
 ~GExpectException ()
 

Protected Attributes

bool m_prev
 

Constructor & Destructor Documentation

GClasses::GExpectException::GExpectException ( )
GClasses::GExpectException::~GExpectException ( )

Member Data Documentation

bool GClasses::GExpectException::m_prev
protected