JavaTM Platform
Standard Ed. 6

클래스
java.lang.IndexOutOfBoundsException 의 사용

IndexOutOfBoundsException 를 사용하고 있는 패키지
java.awt 사용자 인터페이스의 작성 및 그래픽스와 이미지의 페인트용의 모든 클래스를 포함합니다.  
java.awt.print 이 패키지는, 범용 인쇄 API 로 사용하는 클래스 및 인터페이스를 제공합니다.  
java.lang Java 프로그램 언어의 설계해 기본적인 클래스를 제공합니다.  
javax.management.relation 관계 서비스에 대해 정의합니다.  
 

java.awt 에서의 IndexOutOfBoundsException 의 사용
 

IndexOutOfBoundsException 를 throw 하는 java.awt 의 메소드
 Cursor Toolkit. createCustomCursor (Image  cursor, Point  hotSpot, String  name)
          새로운 custom car 솔 객체를 생성합니다.
 

java.awt.print 에서의 IndexOutOfBoundsException 의 사용
 

IndexOutOfBoundsException 를 throw 하는 java.awt.print 의 메소드
 PageFormat Pageable. getPageFormat (int pageIndex)
          pageIndex 로 지정된 페이지의 PageFormat 를 돌려줍니다.
 PageFormat Book. getPageFormat (int pageIndex)
          pageIndex 로 지정된 페이지 PageFormat 를 돌려줍니다.
 Printable Pageable. getPrintable (int pageIndex)
          pageIndex 로 지정된 페이지의 draw 처리에 대응하는 Printable 의 인스턴스를 돌려줍니다.
 Printable Book. getPrintable (int pageIndex)
          pageIndex 로 지정된 페이지의 draw 처리에 대응하는 Printable 의 인스턴스를 돌려줍니다.
 void Book. setPage (int pageIndex, Printable  painter, PageFormat  page)
          지정된 페이지수로 PageFormatPainter 를 설정합니다.
 

java.lang 에서의 IndexOutOfBoundsException 의 사용
 

java.lang 에서의 IndexOutOfBoundsException 의 서브 클래스
 class ArrayIndexOutOfBoundsException
          부정한 인덱스를 사용해 배열이 액세스 된 것을 나타내기 위해서(때문에) throw 됩니다.
 class StringIndexOutOfBoundsException
          String 메소드에 의해 throw 되어 인덱스가 부 또는 캐릭터 라인의 사이즈보다 큰 일을 나타냅니다.
 

javax.management.relation 에서의 IndexOutOfBoundsException 의 사용
 

IndexOutOfBoundsException 를 throw 하는 javax.management.relation 의 메소드
 void RoleList. add (int index, Role  role)
          요소로서 지정된 롤을 지정의 위치에 삽입합니다.
 void RoleUnresolvedList. add (int index, RoleUnresolved  role)
          요소로서 지정된 미해결의 롤을 지정의 위치에 삽입합니다.
 boolean RoleList. addAll (int index, RoleList  roleList)
          지정된 RoleList 내의 모든 요소를, 지정된 RoleList 의 반복자에 의해 반환되는 차례로, 지정의 위치에 삽입합니다.
 boolean RoleUnresolvedList. addAll (int index, RoleUnresolvedList  roleList)
          지정된 RoleUnresolvedList 내의 모든 요소를, 지정된 RoleUnresolvedList 의 반복자에 의해 반환되는 차례로, 지정의 위치에 삽입합니다.
 boolean RoleList. addAll (RoleList  roleList)
          지정된 RoleList 내의 모든 요소를, 지정된 RoleList 의 반복자에 의해 반환되는 차례로, 리스트의 말미에 부가합니다.
 boolean RoleUnresolvedList. addAll (RoleUnresolvedList  roleList)
          지정된 RoleUnresolvedList 내의 모든 요소를, 지정된 RoleUnresolvedList 의 반복자에 의해 반환되는 차례로, 리스트의 말미에 부가합니다.
 void RoleList. set (int index, Role  role)
          지정된 위치의 요소에, 지정된 롤을 설정합니다.
 void RoleUnresolvedList. set (int index, RoleUnresolved  role)
          지정된 위치의 요소에, 지정된 미해결의 롤을 설정합니다.
 


JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.