Package org.codehaus.groovy.classgen
Class ClassGeneratorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.groovy.classgen.ClassGeneratorException
- All Implemented Interfaces:
Serializable
public class ClassGeneratorException extends RuntimeException
An exception thrown by the class generator
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ClassGeneratorException(String message)
ClassGeneratorException(String message, Throwable cause)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString