FileDocCategorySizeDatePackage
ClassGenException.javaAPI DocJava SE 5 API3150Fri Aug 26 14:55:18 BST 2005com.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.1.1 2001/10/29 20:00:07 jvanzyl Exp $
author
M. Dahm

Fields Summary
Constructors Summary
public ClassGenException()

 super(); 
public ClassGenException(String s)

 super(s); 
Methods Summary