artefaktur
software engineer &        architecture

 
 
 
 

class IndexOutOfBoundsException

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

acdk::lang::IndexOutOfBoundsException Class Reference

#include <IndexOutOfBoundsException.h>

Inheritance diagram for 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 acdk::lang::ArrayIndexOutOfBoundsException acdk::lang::StringIndexOutOfBoundsException List of all members.

Detailed Description

Objects providing index based access to elements may throw this exception if index is out of range.

API: Java

Author:
Roger Rene Kommer
Version:
Revision
1.12
Date:
Date
2005/04/09 19:26:48


Public Member Functions

 IndexOutOfBoundsException ()
 IndexOutOfBoundsException (IN(RString) what)
 IndexOutOfBoundsException (IN(RString) what, int idx, int length)
int accessIndex ()
int maxIndex ()

Private Attributes

int _accessIndex
int _length

Constructor & Destructor Documentation

acdk::lang::IndexOutOfBoundsException::IndexOutOfBoundsException  )  [inline]
 

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

acdk::lang::IndexOutOfBoundsException::IndexOutOfBoundsException IN(RString what,
int  idx,
int  length
 


Member Function Documentation

int acdk::lang::IndexOutOfBoundsException::accessIndex  )  [inline]
 

int acdk::lang::IndexOutOfBoundsException::maxIndex  )  [inline]
 


Member Data Documentation

int acdk::lang::IndexOutOfBoundsException::_accessIndex [private]
 

int acdk::lang::IndexOutOfBoundsException::_length [private]
 

 
Last modified 2005-05-08 18:32 by SYSTEM By Artefaktur, Ing. Bureau Kommer