#include <algorithm_factory_exception.h>
Inherits Exception.
Inheritance diagram for AlgorithmFactoryException:
Public Types | |
enum | |
Public Member Functions | |
AlgorithmFactoryException (int type, std::string detail) | |
virtual | ~AlgorithmFactoryException () throw () |
virtual char const * | what () const throw () |
const int | getType () const |
std::string const & | getDetail () const |
The exception class for exceptional events occurring within the AlgorithmFactory
Christian Koerner (christian.koerner@imedgine.org)
Alexander Lex (alexander.lex@imedgine.org)
Marc Streit (marc.streit@imedgine.org)
Martin Reininger (martin.reininger@imedgine.org)
Definition at line 36 of file algorithm_factory_exception.h.
|
The possible exception types Definition at line 43 of file algorithm_factory_exception.h. |
|
Constructor Definition at line 19 of file algorithm_factory_exception.cpp. |
|
Destructor Definition at line 28 of file algorithm_factory_exception.cpp. |
|
Returns the details of the exception
Reimplemented from Exception. Definition at line 59 of file algorithm_factory_exception.cpp. |
|
Returns the Type of the exception
Reimplemented from Exception. Definition at line 52 of file algorithm_factory_exception.cpp. |
|
Return a string describing what happened
Reimplemented from Exception. Definition at line 34 of file algorithm_factory_exception.cpp. |