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: 1.1 $
- Author:
- James Strachan
- See Also:
- Serialized Form
ReadOnlyPropertyException
public ReadOnlyPropertyException(String property,
Class type)
Copyright © 2003-2004 The Codehaus. All Rights Reserved.