#include <index_out_of_bounds_exception.h>
Inherits Exception.
Inheritance diagram for IndexOutOfBoundsException:
Public Member Functions | |
IndexOutOfBoundsException (std::string detail="") | |
IndexOutOfBoundsException (IndexOutOfBoundsException const &src) | |
virtual | ~IndexOutOfBoundsException () throw () |
virtual char const * | what () const throw () |
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 35 of file index_out_of_bounds_exception.h.
|
Constructor
Definition at line 18 of file index_out_of_bounds_exception.cpp. |
|
Copy Constructor Definition at line 23 of file index_out_of_bounds_exception.cpp. |
|
Destructor Definition at line 29 of file index_out_of_bounds_exception.cpp. |
|
Return a string describing what happened
Reimplemented from Exception. Definition at line 33 of file index_out_of_bounds_exception.cpp. |