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() |
getMethodNamegetBeanTypeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PropertySetterInvocationException(String propertyName, String setterMethodName, Class<?> target, Throwable cause)
public String getPropertyName()
Copyright © 2012–2014 The Apache Software Foundation. All rights reserved.