Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

IndexOutOfBoundsException Class Reference

#include <IndexOutOfBoundsException.hpp>

Inheritance diagram for IndexOutOfBoundsException::

RuntimeException Exception Throwable ArrayIndexOutOfBoundsException StringIndexOutOfBoundsException List of all members.

Public Methods

 IndexOutOfBoundsException ()
 IndexOutOfBoundsException (String *s)

Constructor & Destructor Documentation

IndexOutOfBoundsException::IndexOutOfBoundsException   [inline]
 

Definition at line 18 of file IndexOutOfBoundsException.hpp.

Referenced by ArrayIndexOutOfBoundsException::ArrayIndexOutOfBoundsException(), and StringIndexOutOfBoundsException::StringIndexOutOfBoundsException().

00018 : RuntimeException() { }

IndexOutOfBoundsException::IndexOutOfBoundsException String   s [inline]
 

Definition at line 19 of file IndexOutOfBoundsException.hpp.

00019 : RuntimeException( s ) { }


The documentation for this class was generated from the following file:
Generated on Sun Oct 14 18:48:40 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001