FileDocCategorySizeDatePackage
ClassFormatException.javaAPI DocJava SE 6 API3271Tue Jun 10 00:22:16 BST 2008com.sun.org.apache.bcel.internal.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.
version
$Id: ClassFormatException.java,v 1.1.2.1 2005/07/31 23:46:20 jeffsuttor Exp $
author
M. Dahm

Fields Summary
Constructors Summary
public ClassFormatException()

 super(); 
public ClassFormatException(String s)

 super(s); 
Methods Summary