public class PropertySetterNotAccessibleException extends MethodNotAccessibleException
Constructor and Description |
---|
PropertySetterNotAccessibleException(String propertyName,
String setterMethodName,
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 PropertySetterNotAccessibleException(String propertyName, String setterMethodName, Class<?> target, Throwable cause)
public String getPropertyName()
Copyright © 2012–2014 The Apache Software Foundation. All rights reserved.