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

ArrayIndexOutOfBoundsException Class Reference

#include <ArrayIndexOutOfBoundsException.hpp>

Inheritance diagram for ArrayIndexOutOfBoundsException::

IndexOutOfBoundsException RuntimeException Exception Throwable List of all members.

Public Methods

 ArrayIndexOutOfBoundsException ()
 ArrayIndexOutOfBoundsException (int i)
 ArrayIndexOutOfBoundsException (String *s)

Constructor & Destructor Documentation

ArrayIndexOutOfBoundsException::ArrayIndexOutOfBoundsException   [inline]
 

Definition at line 18 of file ArrayIndexOutOfBoundsException.hpp.

ArrayIndexOutOfBoundsException::ArrayIndexOutOfBoundsException int    i [inline]
 

Definition at line 21 of file ArrayIndexOutOfBoundsException.hpp.

00021                                           {
00022      char* s = new char[80];
00023      sprintf( s, "Array index out of range: %d", i );
00024      
00025      IndexOutOfBoundsException( new String( s ) );
00026    }

ArrayIndexOutOfBoundsException::ArrayIndexOutOfBoundsException String   s [inline]
 

Definition at line 28 of file ArrayIndexOutOfBoundsException.hpp.


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