JavaTM 2 Platform
Standard Ed. 6

類別 java.lang.ClassFormatError
的使用

使用 ClassFormatError 的軟體套件
java.lang 提供利用 Java 程式語言進行程序設計的基礎類別。 
java.lang.reflect 提供類別和介面,以獲得關於類別和物件的反射資訊。 
 

java.langClassFormatError 的使用
 

java.langClassFormatError 的子類別
 class UnsupportedClassVersionError
          當 Java 虛擬機器試圖讀取一個類別檔案,並確定檔案的主輔版本號不受支持時,拋出該錯誤。
 

拋出 ClassFormatErrorjava.lang 中的方法
protected  Class<?> ClassLoader.defineClass(byte[] b, int off, int len)
          已過時。 defineClass(String, byte[], int, int) 取代
protected  Class<?> ClassLoader.defineClass(String name, byte[] b, int off, int len)
          將一個 byte 陣列轉換為 Class 類別的實例。
protected  Class<?> ClassLoader.defineClass(String name, byte[] b, int off, int len, ProtectionDomain protectionDomain)
          使用可選的 ProtectionDomain 將一個 byte 陣列轉換為 Class 類別的實例。
protected  Class<?> ClassLoader.defineClass(String name, ByteBuffer b, ProtectionDomain protectionDomain)
          使用可選的 ProtectionDomainByteBuffer 轉換為 Class 類別的實例。
 

java.lang.reflectClassFormatError 的使用
 

java.lang.reflectClassFormatError 的子類別
 class GenericSignatureFormatError
          當需要解釋型別、方法或建構子的一般簽章資訊的反射方法遇到語法錯誤的簽章屬性時,拋出該錯誤。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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