2005/5/9

     
 

class ArrayIndexOutOfBoundsException

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

acdk::lang::ArrayIndexOutOfBoundsException Class Reference

#include <ArrayIndexOutOfBoundsException.h>

Inheritance diagram for acdk::lang::ArrayIndexOutOfBoundsException:

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

Author:
Roger Rene Kommer (mailto:kommer@artefaktur.com)
Version:
Revision
1.9
Date:
Date
2005/02/05 10:44:54


Public Member Functions

 ArrayIndexOutOfBoundsException ()
 ArrayIndexOutOfBoundsException (RString what)
 ArrayIndexOutOfBoundsException (RString what, int idx, int length)
 ArrayIndexOutOfBoundsException (int idx)


Constructor & Destructor Documentation

acdk::lang::ArrayIndexOutOfBoundsException::ArrayIndexOutOfBoundsException  )  [inline]
 

acdk::lang::ArrayIndexOutOfBoundsException::ArrayIndexOutOfBoundsException RString  what  )  [inline]
 

acdk::lang::ArrayIndexOutOfBoundsException::ArrayIndexOutOfBoundsException RString  what,
int  idx,
int  length
[inline]
 

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