org.apache.bcel.classfile
Class ClassFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.bcel.classfile.ClassFormatException
public 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.
- Rating

ClassFormatException
public ClassFormatException()
ClassFormatException
public ClassFormatException(String s)