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