|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jfun.util.beans.BeanException
jfun.util.beans.BeanPropertyException
public class BeanPropertyException
Represents an exception related to a property.
Zephyr Business Solutions Corp.
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
java.lang.Class |
getBeanClass()
Get the type that this property is concerned with. |
java.lang.String |
getPropertyName()
Get the property name. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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.Method Detail |
---|
public java.lang.String getPropertyName()
public java.lang.Class getBeanClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |