org.apache.bcel.classfile

Class 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 2002/04/24 11:01:30 mdahm Exp $
Author:
M. Dahm

Constructor Summary

ClassFormatException()
ClassFormatException(String s)

Constructor Details

ClassFormatException

public ClassFormatException()

ClassFormatException

public ClassFormatException(String s)