FileDocCategorySizeDatePackage
ClassGenException.javaAPI DocJava SE 6 API3153Tue Jun 10 00:22:18 BST 2008com.sun.org.apache.bcel.internal.generic

ClassGenException

public class ClassGenException extends RuntimeException
Thrown on internal errors. Extends RuntimeException so it hasn't to be declared in the throws clause every time.
version
$Id: ClassGenException.java,v 1.1.2.1 2005/07/31 23:44:54 jeffsuttor Exp $
author
M. Dahm

Fields Summary
Constructors Summary
public ClassGenException()

 super(); 
public ClassGenException(String s)

 super(s); 
Methods Summary