org.codehaus.groovy.classgen
Class ClassGeneratorException

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

public class ClassGeneratorException
extends RuntimeException

An exception thrown by the class generator

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

Constructor Summary
ClassGeneratorException(String message)
           
ClassGeneratorException(String message, Throwable cause)
           
 
Method Summary
 
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-2009 The Codehaus. All rights reserved.