Package groovy.lang

Class ReadOnlyPropertyException

All Implemented Interfaces:
Serializable

public class ReadOnlyPropertyException extends MissingPropertyException
This exception is thrown if an attempt is made to set a read-only property.
See Also:
  • Constructor Details

    • ReadOnlyPropertyException

      public ReadOnlyPropertyException(String property, Class type)
    • ReadOnlyPropertyException

      public ReadOnlyPropertyException(String property, String classname)