de.fub.bytecode.generic
Class ClassGenException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--de.fub.bytecode.generic.ClassGenException
All Implemented Interfaces:
java.io.Serializable

public class ClassGenException
extends java.lang.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 2001/05/09 09:26:57 dahm Exp $
Author:
M. Dahm
See Also:
Serialized Form

Constructor Summary
ClassGenException()
           
ClassGenException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassGenException

public ClassGenException()

ClassGenException

public ClassGenException(java.lang.String s)