org.codehaus.groovy.classgen
Class ClassGeneratorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.codehaus.groovy.classgen.ClassGeneratorException
All Implemented Interfaces:
Serializable

public class ClassGeneratorException
extends RuntimeException

An exception thrown by the class generator

Version:
$Revision: 1.2 $
Author:
James Strachan
See Also:
Serialized Form

Constructor Summary
ClassGeneratorException(String message)
           
ClassGeneratorException(String message, Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassGeneratorException

public ClassGeneratorException(String message)

ClassGeneratorException

public ClassGeneratorException(String message,
                               Throwable cause)


Copyright © 2003-2007 The Codehaus. All Rights Reserved.