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:
  • Constructor Details

    • ClassGeneratorException

      public ClassGeneratorException(String message)
      Creates a new class generator exception with the specified message.
      Parameters:
      message - the detail message
    • ClassGeneratorException

      public ClassGeneratorException(String message, Throwable cause)
      Creates a new class generator exception with the specified message and cause.
      Parameters:
      message - the detail message
      cause - the underlying cause of this exception