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:
Serialized Form
  • Constructor Details

    • ReadOnlyPropertyException

      public ReadOnlyPropertyException​(String property, Class type)
    • ReadOnlyPropertyException

      public ReadOnlyPropertyException​(String property, String classname)