Groovy 2.2.0

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\$


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
 

Constructor Detail

ClassGeneratorException

public ClassGeneratorException(String message)


ClassGeneratorException

public ClassGeneratorException(String message, Throwable cause)


 

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