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