jellyj.classfile.classgen
Class ClassGenException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--jellyj.classfile.classgen.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.

Author:
JellyJ Design Group

Constructor Summary
ClassGenException()
           
ClassGenException(String s)
           

Methods inherited from class java.lang.Throwable
getMessage, getLocalizedMessage, toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace

Methods inherited from class java.lang.Object
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait

Constructor Detail

ClassGenException

public ClassGenException()

ClassGenException

public ClassGenException(String s)