public class NoSuchPropertyException extends BeanPropertyException
Zephyr Business Solutions Corp.
| Constructor and Description |
|---|
NoSuchPropertyException(java.lang.Class type,
java.lang.String name)
Create a NoSuchPropertyException object.
|
NoSuchPropertyException(java.lang.Class type,
java.lang.String name,
java.lang.String arg0)
Create a NoSuchPropertyException object.
|
getBeanClass, getPropertyNamepublic NoSuchPropertyException(java.lang.Class type,
java.lang.String name)
type - the type that this property is concerned with.name - the property name.public NoSuchPropertyException(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.