|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.prosyst.util.beans.BeanException
com.prosyst.util.beans.NoSuchPropertyException
public class NoSuchPropertyException
NoSuchPropertyException is thrown by the beans package whenever not-existent property is tried to be set or read. It is added mostly for convenience to determine whether the exception was caused by missing property or the property is not readable or writable.
| Field Summary |
|---|
| Fields inherited from class com.prosyst.util.beans.BeanException |
|---|
beanClass, property |
| Constructor Summary | |
|---|---|
NoSuchPropertyException(java.lang.Class beanClass,
java.lang.String property)
Creates a new exception and associates the bean class and the property name that is missing. |
|
| Method Summary |
|---|
| Methods inherited from class com.prosyst.util.beans.BeanException |
|---|
getBeanClass, getMessage, getProperty |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 NoSuchPropertyException(java.lang.Class beanClass,
java.lang.String property)
beanClass - property -
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||