groovy.lang
[Java] Class ReadOnlyPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
groovy.lang.GroovyRuntimeException
groovy.lang.MissingPropertyException
groovy.lang.ReadOnlyPropertyException
public class ReadOnlyPropertyException
extends MissingPropertyException
This exception is thrown if an attempt is made to set a read only property
- Authors:
- James Strachan
- Version:
- \$Revision\$
Methods inherited from class RuntimeException
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
ReadOnlyPropertyException
public ReadOnlyPropertyException(String property, Class type)
-
ReadOnlyPropertyException
public ReadOnlyPropertyException(String property, String classname)
-
Copyright © 2003-2013 The Codehaus. All rights reserved.