Site Tools

Sidebar

Smart Card Solution

User Manual

JavaCard API Samples

Java Card Specification

Knowledge Sharing

javacard:java-card-api:arrayindexoutofboundsexception

java.lang

Class ArrayIndexOutOfBoundsException


public class ArrayIndexOutOfBoundsExceptionextends IndexOutOfBoundsException

A Java Card runtime environment-owned instance of ArrayIndexOutOfBoundsException is thrown to indicate that an array has been accessed with an illegal index. The index is either negative or greater than or equal to the size of the array. Java Card runtime environment-owned instances of exception classes are temporary Java Card runtime environment Entry Point Objects and can be accessed from any applet context. References to these temporary objects cannot be stored in class variables or instance variables or array components. See Runtime Environment Specification for the Java Card Platform, section 6.2.1 for details. This Java Card platform class's functionality is a strict subset of the definition in the JavaTM 2 Platform Standard Edition (J2SETM) API Specification.


Constructor Summary
ArrayIndexOutOfBoundsException ()          Constructs an ArrayIndexOutOfBoundsException.

 

Method Summary

 

Methods inherited from class java.lang.Object
equals

 

Constructor Detail

ArrayIndexOutOfBoundsException

public ArrayIndexOutOfBoundsException()

Constructs an ArrayIndexOutOfBoundsException.

javacard/java-card-api/arrayindexoutofboundsexception.txt · Last modified: 2017/05/13 04:04 (external edit)