groovy.lang
Class ReadOnlyPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
groovy.lang.GroovyRuntimeException
groovy.lang.MissingPropertyException
groovy.lang.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
- Version:
- $Revision: 20690 $
- Author:
- James Strachan
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
addSuppressedException, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ReadOnlyPropertyException
public ReadOnlyPropertyException(String property,
Class type)
ReadOnlyPropertyException
public ReadOnlyPropertyException(String property,
String classname)