BIndexOutOfBoundsException Class Reference

#include <BIndexOutOfBoundsException.h>

Inheritance diagram for BIndexOutOfBoundsException:

Inheritance graph
[legend]

List of all members.


Detailed Description

An exception that indicates that the specified index was outside the bounds of the collection.

Public Member Functions

 BIndexOutOfBoundsException (const BString &loc, const BString &details)
 Full constructor.
 BIndexOutOfBoundsException (const BString &loc)
 Constructs a BIndexOutOfBoundsException with the specified location identifer.
 BIndexOutOfBoundsException ()
 Default constructor.

Constructor & Destructor Documentation

BIndexOutOfBoundsException (  )  [inline]

Default constructor.

BIndexOutOfBoundsException ( const BString loc  )  [inline]

Constructs a BIndexOutOfBoundsException with the specified location identifer.

Parameters:
loc The location from which this exception was thrown, typically a method name.

BIndexOutOfBoundsException ( const BString loc,
const BString details 
) [inline]

Full constructor.

Parameters:
loc The location from which this exception was thrown, typically a method name.
details Additional details specific to the circumstances in which this exception occurs.


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

GeoTranslate 5.0 From Blue Marble Geographics