java.lang
Class ArrayIndexOutOfBoundsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IndexOutOfBoundsException
                          |
                          +--java.lang.ArrayIndexOutOfBoundsException

public class ArrayIndexOutOfBoundsException
extends IndexOutOfBoundsException

배열 참조시 배열 범위를 벋어나는 인덱스를 사용할 때 발생하는 Exception 클래스.


Constructor Summary
ArrayIndexOutOfBoundsException()
          ArrayIndexOutOfBoundsException을 생성한다.
ArrayIndexOutOfBoundsException(int index)
          ArrayIndexOutOfBoundsException을 생성한다.
ArrayIndexOutOfBoundsException(String s)
          ArrayIndexOutOfBoundsException을 생성한다.
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArrayIndexOutOfBoundsException

public ArrayIndexOutOfBoundsException()
ArrayIndexOutOfBoundsException을 생성한다.

ArrayIndexOutOfBoundsException

public ArrayIndexOutOfBoundsException(String s)
ArrayIndexOutOfBoundsException을 생성한다.
Parameters:
s - ArrayIndexOutOfBoundsException의 세부 메세지.

ArrayIndexOutOfBoundsException

public ArrayIndexOutOfBoundsException(int index)
ArrayIndexOutOfBoundsException을 생성한다.
Parameters:
index - ArrayIndexOutOfBoundsException을 발생시킨 인덱스.


AromaSoft Corp. Proprietary and Confidential

(C)opyright 2003 AromaSoft Corp. All right reserved.
Contact : contact@aromasoft.com