Online demo
JavaDocPlus Demo | Show in full page mode
| Classic JavaDoc |
Class ClassFormatError
java.lang.Object └ java.lang.Throwable └ java.lang.Error └ java.lang.LinkageError └ java.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
Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
ObjectCommunity comments
Powered by JavaDocPlus