Class ArrayIndexOutOfBoundsException
package java.lang
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--java.lang.IndexOutOfBoundsException | +--java.lang.ArrayIndexOutOfBoundsExceptionextends IndexOutOfBoundsException:
배열 참조시 배열 범위를 벋어나는 인덱스를 사용할 때 발생하는 Exception 클래스.
생성자 요약
섹션 제목: “생성자 요약”- ArrayIndexOutOfBoundsException () ArrayIndexOutOfBoundsException을 생성한다.
- ArrayIndexOutOfBoundsException (int index) ArrayIndexOutOfBoundsException을 생성한다.
- ArrayIndexOutOfBoundsException ( String s) ArrayIndexOutOfBoundsException을 생성한다.
생성자 상세
섹션 제목: “생성자 상세”ArrayIndexOutOfBoundsException
섹션 제목: “ArrayIndexOutOfBoundsException”public ArrayIndexOutOfBoundsException()- ArrayIndexOutOfBoundsException을 생성한다.
ArrayIndexOutOfBoundsException
섹션 제목: “ArrayIndexOutOfBoundsException”public ArrayIndexOutOfBoundsException(String s)Parameters:
s- ArrayIndexOutOfBoundsException의 세부 메세지.
ArrayIndexOutOfBoundsException
섹션 제목: “ArrayIndexOutOfBoundsException”public ArrayIndexOutOfBoundsException(int index)Parameters:
index- ArrayIndexOutOfBoundsException을 발생시킨 인덱스.
AromaSoft Corp. Proprietary and Confidential
(C)opyright 2003 AromaSoft Corp. All right reserved. Contact : contact@aromasoft.com