[Java] Class ReadOnlyPropertyException

  • groovy.lang.ReadOnlyPropertyException
public class ReadOnlyPropertyException
extends MissingPropertyException

This exception is thrown if an attempt is made to set a read only property

Inherited fields
Fields inherited from class Fields
class MissingPropertyException MPE

Constructor Summary

Constructors
Constructor and description
ReadOnlyPropertyException (String property, Class type)
ReadOnlyPropertyException (String property, String classname)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class MissingPropertyException getMessageWithoutLocationText, getProperty, getType
class GroovyRuntimeException getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModule

Constructor Detail

public ReadOnlyPropertyException(String property, Class type)

public ReadOnlyPropertyException(String property, String classname)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/lang/ReadOnlyPropertyException.html