org.codehaus.groovy.control
[Java] Class CompilationFailedException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
groovy.lang.GroovyRuntimeException
                  
org.codehaus.groovy.control.CompilationFailedException
public class CompilationFailedException
extends GroovyRuntimeException
 Thrown when compilation fails from source errors.
 
- Authors:
 - Chris Poirier
 
- Version:
 - \$Id: CompilationFailedException.java 10493 2008-01-19 10:23:02Z russel \$
 
    
     
    
     
    
     
                 
                | 
                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 | 
                
                 
                 
    
    
        phase
        protected int phase
        
        - 
        
 
        
        
        
    
        unit
        protected ProcessingUnit unit
        
        - 
        
 
        
        
        
    
     
    
    
        
        CompilationFailedException
        public CompilationFailedException(int phase, ProcessingUnit unit, Throwable cause)
        
        - 
        
 
        
        
        
    
        
        CompilationFailedException
        public CompilationFailedException(int phase, ProcessingUnit unit)
        
        - 
        
 
        
        
        
    
     
    
    
        
        getUnit
        public ProcessingUnit getUnit()
        
        -  Formats the error data as a String.
     
        
 
        
        
        
    
     
Copyright © 2003-2010 The Codehaus. All rights reserved.