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