|
|
|
|
|
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:
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
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
|
|