Package groovy.lang

Class IllegalPropertyAccessException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • IllegalPropertyAccessException

        public IllegalPropertyAccessException​(java.lang.String propertyName,
                                              java.lang.Class clazz,
                                              int modifiers)
      • IllegalPropertyAccessException

        public IllegalPropertyAccessException​(java.lang.reflect.Field field,
                                              java.lang.Class clazz)