IndexOutOfBoundsException Class Reference
[Exceptions]

Exception that is thrown if an index gets out of bounds. More...

#include <index_out_of_bounds_exception.h>

Inherits Exception.

Inheritance diagram for IndexOutOfBoundsException:

Inheritance graph
[legend]
Collaboration diagram for IndexOutOfBoundsException:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 IndexOutOfBoundsException (std::string detail="")
 IndexOutOfBoundsException (IndexOutOfBoundsException const &src)
virtual ~IndexOutOfBoundsException () throw ()
virtual char const * what () const throw ()

Detailed Description

Exception that is thrown if an index gets out of bounds.

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 35 of file index_out_of_bounds_exception.h.


Constructor & Destructor Documentation

IndexOutOfBoundsException std::string  detail = ""  ) 
 

Constructor

Parameters:
detail Details on the cause of the occurence

Definition at line 18 of file index_out_of_bounds_exception.cpp.

IndexOutOfBoundsException IndexOutOfBoundsException const &  src  ) 
 

Copy Constructor

Definition at line 23 of file index_out_of_bounds_exception.cpp.

~IndexOutOfBoundsException  )  throw () [virtual]
 

Destructor

Definition at line 29 of file index_out_of_bounds_exception.cpp.


Member Function Documentation

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 index_out_of_bounds_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