public class PropertyNotReadableException extends BeanReflectionException
| Constructor and Description |
|---|
PropertyNotReadableException(String propertyName,
Class<?> beanType,
Throwable cause)
Constructs a new instance of PropertyNotReadableFoundException.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyName() |
getBeanTypeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PropertyNotReadableException(String propertyName, Class<?> beanType, Throwable cause)
propertyName - the name of the property that isn't readablebeanType - the class the property was searched forcause - the cause of this exceptionpublic String getPropertyName()
Copyright © 2012–2014 The Apache Software Foundation. All rights reserved.