2005/5/9

     
 

class StringIndexOutOfBoundsException

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::lang::StringIndexOutOfBoundsException Class Reference

#include <StringIndexOutOfBoundsException.h>

Inheritance diagram for acdk::lang::StringIndexOutOfBoundsException:

acdk::lang::IndexOutOfBoundsException acdk::lang::RuntimeException acdk::lang::Exception acdk::lang::Throwable acdk::lang::Object acdk::io::Serializable acdk::lang::ObjectBase acdk::lang::dmi::StdDispatch List of all members.

Detailed Description

May be thrown by acdk::lang::String or acdk::lang::StringBuffer if index based method calls the index is out of range.

API: Java

Author:
Roger Rene Kommer
Version:
Revision
1.10
Date:
Date
2005/04/09 19:26:50


Public Member Functions

 StringIndexOutOfBoundsException ()
 StringIndexOutOfBoundsException (IN(RString) what)
 StringIndexOutOfBoundsException (IN(RString) what, int idx, int length)
 StringIndexOutOfBoundsException (int idx)


Constructor & Destructor Documentation

acdk::lang::StringIndexOutOfBoundsException::StringIndexOutOfBoundsException  )  [inline]
 

acdk::lang::StringIndexOutOfBoundsException::StringIndexOutOfBoundsException IN(RString what  )  [inline]
 

acdk::lang::StringIndexOutOfBoundsException::StringIndexOutOfBoundsException IN(RString what,
int  idx,
int  length
[inline]
 

acdk::lang::StringIndexOutOfBoundsException::StringIndexOutOfBoundsException int  idx  )  [inline]