Groovy 1.7.9

org.codehaus.groovy.classgen
[Java] Class ClassGeneratorException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              org.codehaus.groovy.classgen.ClassGeneratorException

public class ClassGeneratorException
extends RuntimeException

An exception thrown by the class generator

Authors:
James Strachan
Version:
\$Revision: 6778 \$


Constructor Summary
ClassGeneratorException(String message)

ClassGeneratorException(String message, Throwable cause)

 
Method Summary
 
Methods inherited from class RuntimeException
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Exception
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Throwable
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

ClassGeneratorException

public ClassGeneratorException(String message)


ClassGeneratorException

public ClassGeneratorException(String message, Throwable cause)


 

Copyright © 2003-2010 The Codehaus. All rights reserved.