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