java.lang
Class IndexOutOfBoundsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IndexOutOfBoundsException
Direct Known Subclasses:
ArrayIndexOutOfBoundsException

public class IndexOutOfBoundsException
extends RuntimeException

A Java Card runtime environment-owned instance of IndexOutOfBoundsException is thrown to indicate that an index of some sort (such as to an array) is out of range.

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 JRuntime Environment Specification, Java Card Platform, Classic Edition, section 6.2.1 for details.

This Java Card platform class's functionality is a strict subset of the definition in the JavaTM Platform Standard Edition (Java SETM) API Specification.


Constructor Summary
IndexOutOfBoundsException()
          Constructs an IndexOutOfBoundsException.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals
 

Constructor Detail

IndexOutOfBoundsException

public IndexOutOfBoundsException()
Constructs an IndexOutOfBoundsException.



Copyright © 1998, 2011, Oracle and/or its affiliates. All rights reserved. Version 3.0.4