|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 ClassFormatError 的軟體套件 | |
---|---|
java.lang | 提供利用 Java 程式語言進行程序設計的基礎類別。 |
java.lang.reflect | 提供類別和介面,以獲得關於類別和物件的反射資訊。 |
java.lang 中 ClassFormatError 的使用 |
---|
java.lang 中 ClassFormatError 的子類別 | |
---|---|
class |
UnsupportedClassVersionError
當 Java 虛擬機器試圖讀取一個類別檔案,並確定檔案的主輔版本號不受支持時,拋出該錯誤。 |
拋出 ClassFormatError 的 java.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)
使用可選的 ProtectionDomain 將 ByteBuffer 轉換為 Class 類別的實例。 |
java.lang.reflect 中 ClassFormatError 的使用 |
---|
java.lang.reflect 中 ClassFormatError 的子類別 | |
---|---|
class |
GenericSignatureFormatError
當需要解釋型別、方法或建構子的一般簽章資訊的反射方法遇到語法錯誤的簽章屬性時,拋出該錯誤。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。