Package groovy.lang

Class ReadOnlyPropertyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
All Implemented Interfaces:
java.io.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​(java.lang.String property, java.lang.Class type)
    • ReadOnlyPropertyException

      public ReadOnlyPropertyException​(java.lang.String property, java.lang.String classname)