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