error_handling::indexOutOfRange Struct Reference

Exception for indices out of range. More...

#include <error.hpp>

Inheritance diagram for error_handling::indexOutOfRange:

Inheritance graph
[legend]
Collaboration diagram for error_handling::indexOutOfRange:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 indexOutOfRange ()
 indexOutOfRange (string r, string f, int l)

Public Attributes

int i
int j
int m
int n


Detailed Description

Exception for indices out of range.

Constructor & Destructor Documentation

error_handling::indexOutOfRange::indexOutOfRange (  )  [inline]

00320 {};

error_handling::indexOutOfRange::indexOutOfRange ( string  r,
string  f,
int  l 
) [inline]

00321                                                 : 
00322       badArgument(r,f,l) {};


Member Data Documentation


The documentation for this struct was generated from the following file:

Generated on Fri Jun 6 17:28:29 2008 by  doxygen 1.5.6