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 386056 2006-03-15 11:31:56Z tcurdt $

Author: M. Dahm

Constructor Summary
ClassGenException()
ClassGenException(String s)

Constructor Detail

ClassGenException

public ClassGenException()

ClassGenException

public ClassGenException(String s)
Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.