gatb.core-API-0.0.0
ExceptionComposite Class Reference

Composite exception. More...

#include <Exception.hpp>

Inheritance diagram for ExceptionComposite:
Inheritance graph

Public Member Functions

 ExceptionComposite (const std::list< Exception > &exceptions)
 
- Public Member Functions inherited from Exception
 Exception ()
 
 Exception (const char *format,...)
 
const char * getMessage () const
 

Additional Inherited Members

- Protected Attributes inherited from Exception
std::string _message
 

Detailed Description

Composite exception.

This class allows to build one exception message from the messages of several exceptions.

It may be used for instance by the ThreadGroup class.

Constructor & Destructor Documentation

ExceptionComposite ( const std::list< Exception > &  exceptions)
inline

Constructor

Parameters
[in]exceptions: list of exceptions from which the composite message is built.

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