groovy.lang
Class IllegalPropertyAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
groovy.lang.GroovyRuntimeException
groovy.lang.MissingPropertyException
groovy.lang.IllegalPropertyAccessException
- All Implemented Interfaces:
- Serializable
public class IllegalPropertyAccessException
extends MissingPropertyException
An exception occurred if a dynamic property dispatch fails with a
field not accessible.
- Version:
- $Revision: 6778 $
- Author:
- Jochen Theodorou
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
addSuppressedException, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalPropertyAccessException
public IllegalPropertyAccessException(String propertyName,
Class clazz,
int modifiers)
IllegalPropertyAccessException
public IllegalPropertyAccessException(Field field,
Class clazz)