public class PropertyNotReadableException extends BeanPropertyException
Zephyr Business Solutions Corp.
Constructor and Description |
---|
PropertyNotReadableException(java.lang.Class type,
java.lang.String name)
Create a PropertyNotReadableException object.
|
PropertyNotReadableException(java.lang.Class type,
java.lang.String name,
java.lang.String arg0)
Create a PropertyNotReadableException object.
|
getBeanClass, getPropertyName
public PropertyNotReadableException(java.lang.Class type, java.lang.String name)
type
- the type that this property is concerned with.name
- the property name.public PropertyNotReadableException(java.lang.Class type, java.lang.String name, java.lang.String arg0)
type
- the type that this property is concerned with.name
- the property name.arg0
- the error message.