Package groovy.lang

Class IllegalPropertyAccessException

All Implemented Interfaces:
Serializable

public class IllegalPropertyAccessException extends MissingPropertyException
An exception occurred if a dynamic property dispatch fails with a field not accessible.
See Also:
  • Constructor Details

    • IllegalPropertyAccessException

      public IllegalPropertyAccessException(String propertyName, Class clazz, int modifiers)
    • IllegalPropertyAccessException

      public IllegalPropertyAccessException(Field field, Class clazz)