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