Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

IndexOutOfBoundsException Class Reference

Inherits java::lang::RuntimeException.

Inherited by ArrayIndexOutOfBoundsException, and StringIndexOutOfBoundsException.

List of all members.


Detailed Description

This runtime exception is thrown when a program attempts to access a value in an indexable collection using a value which is outside the possible range of indices.

Public Member Functions

 IndexOutOfBoundsException ()
 Constructs a new instance of this class with its walkback filled in.
 IndexOutOfBoundsException (String detailMessage)
 Constructs a new instance of this class with its walkback and message filled in.

Static Private Attributes

static final long serialVersionUID = 234122996006267687L

Constructor & Destructor Documentation

Constructs a new instance of this class with its walkback filled in.

IndexOutOfBoundsException ( String  detailMessage  ) 

Constructs a new instance of this class with its walkback and message filled in.

Parameters:
detailMessage String The detail message for the exception.


Member Data Documentation

final long serialVersionUID = 234122996006267687L [static, private]