public class PropertyGetterNotAccessibleException extends MethodNotAccessibleException
Constructor and Description |
---|
PropertyGetterNotAccessibleException(String propertyName,
String getterMethodName,
Class<?> target,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getPropertyName() |
getBeanType
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PropertyGetterNotAccessibleException(String propertyName, String getterMethodName, Class<?> target, Throwable cause)
public String getPropertyName()
Copyright © 2012–2014 The Apache Software Foundation. All rights reserved.