org.apache.bcel.generic

Class 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

Constructor Summary

ClassGenException()
ClassGenException(String s)

Constructor Details

ClassGenException

public ClassGenException()

ClassGenException

public ClassGenException(String s)