AlgorithmNotFoundException Class Reference
[Exceptions]

Exception that is thrown if an algorithm is not found. More...

#include <algorithm_not_found_exception.h>

Inherits Exception.

Inheritance diagram for AlgorithmNotFoundException:

Inheritance graph
[legend]
Collaboration diagram for AlgorithmNotFoundException:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 AlgorithmNotFoundException (std::string name)
 AlgorithmNotFoundException (AlgorithmNotFoundException const &src)
virtual ~AlgorithmNotFoundException () throw ()
virtual char const * what () const throw ()
std::string getName () const

Detailed Description

Exception that is thrown if an algorithm is not found.

Author:
Tobias Gross (tobias.gross@imedgine.org)

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 33 of file algorithm_not_found_exception.h.


Constructor & Destructor Documentation

AlgorithmNotFoundException std::string  name  ) 
 

Constructor

Parameters:
name The name of the exception

Definition at line 18 of file algorithm_not_found_exception.cpp.

AlgorithmNotFoundException AlgorithmNotFoundException const &  src  ) 
 

Copy Constructor

Definition at line 23 of file algorithm_not_found_exception.cpp.

~AlgorithmNotFoundException  )  throw () [virtual]
 

Destructor

Definition at line 29 of file algorithm_not_found_exception.cpp.


Member Function Documentation

std::string getName  )  const
 

Return a string with the name

Returns:
The name

Definition at line 38 of file algorithm_not_found_exception.cpp.

References Exception::detail_.

char const * what  )  const throw () [virtual]
 

Return a string describing what happened

Returns:
char const* A short description of the exception

Reimplemented from Exception.

Definition at line 33 of file algorithm_not_found_exception.cpp.


The documentation for this class was generated from the following files:
Generated on Sun Aug 13 18:20:04 2006 for iMEDgine by  doxygen 1.4.6