groovy.lang
[Java] Class IllegalPropertyAccessException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
groovy.lang.GroovyRuntimeException
                  
groovy.lang.MissingPropertyException
                      
groovy.lang.IllegalPropertyAccessException
public class IllegalPropertyAccessException
extends MissingPropertyException
 An exception occurred if a dynamic property dispatch fails with a 
 field not accessible.
 
- Authors:
 - Jochen Theodorou
 
- 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 | 
                
                 
                 
    
    
        
        IllegalPropertyAccessException
        public IllegalPropertyAccessException(String propertyName, Class clazz, int modifiers)
        
        - 
        
 
        
        
        
    
        
        IllegalPropertyAccessException
        public IllegalPropertyAccessException(Field field, Class clazz)
        
        - 
        
 
        
        
        
    
     
Copyright © 2003-2010 The Codehaus. All rights reserved.