ClassFormatExceptionpublic class ClassFormatException extends RuntimeException Thrown when the BCEL attempts to read a class file and determines
that the file is malformed or otherwise cannot be interpreted as a
class file. |
Constructors Summary |
---|
public ClassFormatException() super();
| public ClassFormatException(String s) super(s);
|
|