public class PropertyNotWritableException extends BeanReflectionException
Constructor and Description |
---|
PropertyNotWritableException(String propertyName,
Class<?> beanType,
Throwable cause)
Constructs a new instance of PropertyNotWritableFoundException.
|
Modifier and Type | Method and Description |
---|---|
String |
getPropertyName() |
getBeanType
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PropertyNotWritableException(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.