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 \$
 
    
     
                     
                | 
                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 | 
                
                 
                 
    
    
        
        ClassGeneratorException
        public ClassGeneratorException(String message)
        
        - 
        
 
        
        
        
    
        
        ClassGeneratorException
        public ClassGeneratorException(String message, Throwable cause)
        
        - 
        
 
        
        
        
    
     
Copyright © 2003-2010 The Codehaus. All rights reserved.