org.codehaus.groovy
[Java] Class GroovyException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
org.codehaus.groovy.GroovyException
- All Implemented Interfaces: 
 - GroovyExceptionInterface
 
public class GroovyException
extends Exception
    
     
    
     
                | 
                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 | 
                
                 
                 
    
    
        
        GroovyException
        public GroovyException()
        
        - 
        
 
        
        
        
    
        
        GroovyException
        public GroovyException(String message)
        
        - 
        
 
        
        
        
    
        
        GroovyException
        public GroovyException(String message, Throwable cause)
        
        - 
        
 
        
        
        
    
        
        GroovyException
        public GroovyException(boolean fatal)
        
        - 
        
 
        
        
        
    
        
        GroovyException
        public GroovyException(String message, boolean fatal)
        
        - 
        
 
        
        
        
    
     
    
    
        
        isFatal
        public boolean isFatal()
        
        - 
        
 
        
        
        
    
        
        setFatal
        public void setFatal(boolean fatal)
        
        - 
        
 
        
        
        
    
     
Copyright © 2003-2010 The Codehaus. All rights reserved.