LifeV
FactoryDefaultError< AbstractProduct >::Exception Class Reference

#include <Factory.hpp>

+ Inheritance diagram for FactoryDefaultError< AbstractProduct >::Exception:
+ Collaboration diagram for FactoryDefaultError< AbstractProduct >::Exception:

Private Attributes

std::string M_exception
 

Constructor and destructor

 Exception (const std::string &id)
 
 ~Exception () throw ()
 

Methods

const char * what () const throw ()
 

Detailed Description

template<class AbstractProduct>
class LifeV::FactoryDefaultError< AbstractProduct >::Exception

Definition at line 61 of file Factory.hpp.

Constructor & Destructor Documentation

◆ Exception()

Exception ( const std::string &  id)
inline

Definition at line 67 of file Factory.hpp.

◆ ~Exception()

~Exception ( )
throw (
)
inline

Definition at line 74 of file Factory.hpp.

Member Function Documentation

◆ what()

const char* what ( ) const
throw (
)
inline

Definition at line 82 of file Factory.hpp.

Field Documentation

◆ M_exception

std::string M_exception
private

Definition at line 90 of file Factory.hpp.


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