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

StringIndexOutOfBoundsException Class Reference

#include <StringIndexOutOfBoundsException.hpp>

Inheritance diagram for StringIndexOutOfBoundsException::

IndexOutOfBoundsException RuntimeException Exception Throwable List of all members.

Private Methods

 StringIndexOutOfBoundsException ()
 StringIndexOutOfBoundsException (String *s)
 StringIndexOutOfBoundsException (int i)

Constructor & Destructor Documentation

StringIndexOutOfBoundsException::StringIndexOutOfBoundsException   [inline, private]
 

Definition at line 18 of file StringIndexOutOfBoundsException.hpp.

StringIndexOutOfBoundsException::StringIndexOutOfBoundsException String   s [inline, private]
 

Definition at line 20 of file StringIndexOutOfBoundsException.hpp.

StringIndexOutOfBoundsException::StringIndexOutOfBoundsException int    i [inline, private]
 

Definition at line 23 of file StringIndexOutOfBoundsException.hpp.

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


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