aicas logoJamaica 6.4 release 1

Uses of Class
java.lang.ClassFormatError

Packages that use ClassFormatError
java.lang Provides classes that are fundamental to the design of the Java programming language. 
java.lang.reflect Provides classes and interfaces for obtaining reflective information about classes and objects. 
 

Uses of ClassFormatError in java.lang
 

Subclasses of ClassFormatError in java.lang
 class UnsupportedClassVersionError
          UnsupportedClassVersionError is a linkage error that is thrown by the virtual machine if an attempt is made to load a class with a class file version that is not supported by the virtual machine.
 

Methods in java.lang that throw ClassFormatError
protected  Class<?> ClassLoader.defineClass(byte[] b, int off, int len)
          Deprecated. use defineClass(String,byte[],int,int) instead.
protected  Class<?> ClassLoader.defineClass(String name, byte[] b, int off, int len)
          Define a class from the give class file data.
protected  Class<?> ClassLoader.defineClass(String name, byte[] b, int off, int len, ProtectionDomain domain)
          Define a class from the give class file data.
protected  Class<?> ClassLoader.defineClass(String name, ByteBuffer b, ProtectionDomain protectionDomain)
          defineClass
 

Uses of ClassFormatError in java.lang.reflect
 

Subclasses of ClassFormatError in java.lang.reflect
 class GenericSignatureFormatError
          Thrown when a syntactically malformed signature attribute is encountered by a reflective method that needs to interpret the generic signature information for a type, method or constructor.
 


aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.