Package org.apache.bcel.classfile
Class ClassFormatException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.apache.bcel.classfile.ClassFormatException
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class ClassFormatException extends java.lang.RuntimeExceptionThrown 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.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ClassFormatException()ClassFormatException(java.lang.String s)ClassFormatException(java.lang.String message, java.lang.Throwable cause) 
 -