public class IllegalPropertyAccessException extends MissingPropertyException
An exception occurred if a dynamic property dispatch fails with a field not accessible.
| Fields inherited from class | Fields | 
|---|---|
| class MissingPropertyException | MPE | 
| Constructor and description | 
|---|
| IllegalPropertyAccessException(String propertyName, Class clazz, int modifiers) | 
| IllegalPropertyAccessException(Field field, Class clazz) | 
| Methods inherited from class | Name | 
|---|---|
| class MissingPropertyException | getMessageWithoutLocationText, getProperty, getType | 
| class GroovyRuntimeException | getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModule | 
Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.