S3FC project page S3FC home page

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

s3_index_exception Class Reference

Index bounds violation - use this if an index value is outside of the range [min,max]. More...

#include <s3_exception.h>

Inheritance diagram for s3_index_exception:

Inheritance graph
[legend]
Collaboration diagram for s3_index_exception:

Collaboration graph
[legend]
List of all members.

Public Methods

 s3_index_exception (const std::string &where, int min, int max, int val)
 Construct index bounds violation exception. More...


Detailed Description

Index bounds violation - use this if an index value is outside of the range [min,max].

Definition at line 140 of file s3_exception.h.


Constructor & Destructor Documentation

s3_index_exception::s3_index_exception const std::string &    where,
int    min,
int    max,
int    val
 

Construct index bounds violation exception.

Parameters:
where  Function where exception occured.
min  Minumum value allowed.
max  Maximum value allowed.
val  Actual value.

Definition at line 76 of file s3_exception.cc.

References s3_exception::err_string.


The documentation for this class was generated from the following files:
Send comments to: s3fc@stonethree.com SourceForge Logo