Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members

Loris::IndexOutOfBounds Class Reference

Class of exceptions thrown when a subscriptable object is accessed with an index that is out of range. More...

#include <Exception.h>

Inheritance diagram for Loris::IndexOutOfBounds:

Loris::Exception List of all members.

Public Member Functions

 IndexOutOfBounds (const std::string &str, const std::string &where="")
 string automatically using __FILE__ and __LINE__.


Detailed Description

Class of exceptions thrown when a subscriptable object is accessed with an index that is out of range.


Constructor & Destructor Documentation

Loris::IndexOutOfBounds::IndexOutOfBounds const std::string &  str,
const std::string &  where = ""
 

string automatically using __FILE__ and __LINE__.

Parameters:
str is a string describing the exceptional condition
where is an option string describing the location in the source code from which the exception was thrown (generated automatically by the Throw macro).


Generated on Thu Apr 14 22:01:56 2005 for Loris by doxygen 1.3.4