Moyosoft Products | Services | Download | Contact us    
JavaDocPlus
Products  >  JavaDocPlus  >  Online demo    


Latest release




Get a FREE license !
(Special offer, time limited)

Review JavaDocPlus on your blog and we'll give you a free license.

Open source projects licenced under LGPL, EPL, ASL, BSD or MIT can also obtain a free license.

Contact us to check if your project/blog is eligible.

Online demo
JavaDocPlus Demo  |  Show in full page mode
   
Overview  |  
Classic JavaDoc

Class ClassFormatError

java.lang.Objectjava.lang.Throwablejava.lang.Errorjava.lang.LinkageErrorjava.lang.ClassFormatError

Direct Known Subclasses:

public class ClassFormatError extends LinkageError

Thrown when the Java Virtual Machine attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file.

Author:
unascribed

Version:
1.20, 12/19/03

Since:
JDK1.0

Constructors

public
ClassFormatError ()
Constructs a ClassFormatError with no detail message.
public
ClassFormatError (String s)
Constructs a ClassFormatError with the specified detail message.

Inherited methods

Community comments



Powered by JavaDocPlus