JavaTM 2 Platform
Standard Ed. 6

類別 java.lang.IndexOutOfBoundsException
的使用

使用 IndexOutOfBoundsException 的軟體套件
java.awt 包含用於創建使用者介面和繪製圖形圖像的全部類別。 
java.awt.print 為通用的列印 API 提供類別和介面。 
java.lang 提供利用 Java 程式語言進行程序設計的基礎類別。 
javax.management.relation 提供 Relation Service 的定義。 
 

java.awtIndexOutOfBoundsException 的使用
 

拋出 IndexOutOfBoundsExceptionjava.awt 中的方法
 Cursor Toolkit.createCustomCursor(Image cursor, Point hotSpot, String name)
          創建一個新的自定義鼠標物件。
 

java.awt.printIndexOutOfBoundsException 的使用
 

拋出 IndexOutOfBoundsExceptionjava.awt.print 中的方法
 PageFormat Book.getPageFormat(int pageIndex)
          返回 pageIndex 指定的頁面的 PageFormat
 PageFormat Pageable.getPageFormat(int pageIndex)
          返回 pageIndex 指定的頁面的 PageFormat
 Printable Book.getPrintable(int pageIndex)
          返回 Printable 實例,該實例負責呈現 pageIndex 指定的頁面。
 Printable Pageable.getPrintable(int pageIndex)
          返回負責呈現 pageIndex 指定的頁面的 Printable 實例。
 void Book.setPage(int pageIndex, Printable painter, PageFormat page)
          為指定的頁碼設置 PageFormatPainter
 

java.langIndexOutOfBoundsException 的使用
 

java.langIndexOutOfBoundsException 的子類別
 class ArrayIndexOutOfBoundsException
          用非法索引存取陣列時拋出的異常。
 class StringIndexOutOfBoundsException
          此異常由 String 方法拋出,指示索引或者為負,或者超出字元串的大小。
 

javax.management.relationIndexOutOfBoundsException 的使用
 

拋出 IndexOutOfBoundsExceptionjavax.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 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only