|
|||||||||
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.IllegalPropertyAccessException
public class IllegalPropertyAccessException
An exception occurred if a dynamic property dispatch fails with a field not accessible.
Field Summary |
---|
Fields inherited from class groovy.lang.MissingPropertyException |
---|
MPE |
Constructor Summary | |
---|---|
IllegalPropertyAccessException(Field field,
Class clazz)
|
|
IllegalPropertyAccessException(String propertyName,
Class clazz,
int modifiers)
|
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 IllegalPropertyAccessException(String propertyName, Class clazz, int modifiers)
public IllegalPropertyAccessException(Field field, Class clazz)
|
Copyright © 2003-2009 The Codehaus. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |