|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
groovy.lang.GroovyRuntimeException
groovy.lang.MissingPropertyException
groovy.lang.ReadOnlyPropertyException
public class ReadOnlyPropertyException
This exception is thrown if an attempt is made to set a read only property
Field Summary |
---|
Fields inherited from class groovy.lang.MissingPropertyException |
---|
MPE |
Constructor Summary | |
---|---|
ReadOnlyPropertyException(java.lang.String property,
java.lang.Class type)
|
|
ReadOnlyPropertyException(java.lang.String property,
java.lang.String classname)
|
Method Summary |
---|
Methods inherited from class groovy.lang.MissingPropertyException |
---|
getMessageWithoutLocationText, getProperty, getType |
Methods inherited from class groovy.lang.GroovyRuntimeException |
---|
getLocationText, getMessage, getModule, getNode, setModule |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ReadOnlyPropertyException(java.lang.String property, java.lang.Class type)
public ReadOnlyPropertyException(java.lang.String property, java.lang.String classname)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |