All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.ClassGenException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----de.fub.bytecode.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.2 1999/05/04 13:12:51 dahm Exp $
Author:
M. Dahm

Constructor Index

 o ClassGenException()
 o ClassGenException(String)

Constructors

 o ClassGenException
 public ClassGenException()
 o ClassGenException
 public ClassGenException(String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index