Package groovy.lang

Class ReadOnlyPropertyException

  • 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 Detail

      • ReadOnlyPropertyException

        public ReadOnlyPropertyException​(java.lang.String property,
                                         java.lang.Class type)
      • ReadOnlyPropertyException

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