类的用途
java.lang.ClassFormatError
使用 ClassFormatError 的包
-
ClassFormatError 在 java.lang 中的用法
java.lang 中 ClassFormatError 的子类在 java.lang 中抛出 ClassFormatError修饰符和类型方法描述protected final Class<?>ClassLoader.defineClass(byte[] b, int off, int len) 已弃用。protected final Class<?>ClassLoader.defineClass(String name, byte[] b, int off, int len) 将字节数组转换为类Class的实例。protected final Class<?>ClassLoader.defineClass(String name, byte[] b, int off, int len, ProtectionDomain protectionDomain) 使用给定的ProtectionDomain将字节数组转换为类Class的实例。protected final Class<?>ClassLoader.defineClass(String name, ByteBuffer b, ProtectionDomain protectionDomain) -
ClassFormatError 在 java.lang.reflect 中的用法
defineClass(String, byte[], int, int)