Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class DE.fub.inf.JVM.ClassGen.ClassGenException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--DE.fub.inf.JVM.ClassGen.ClassGenException

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.1 1998/07/01 13:05:39 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, notifyAll, notify, toString, wait, wait, wait
 

Constructor Detail

ClassGenException

public ClassGenException()

ClassGenException

public ClassGenException(java.lang.String s)

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD