|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--org.chwf.i18n.RuntimeMessageException | +--org.chwf.filter.FilterException | +--org.chwf.filter.PropertyNotFoundException
Exception thrown when a property is not found.
Constructor Summary | |
PropertyNotFoundException(java.lang.String bean,
java.lang.String property)
Constructor. |
Methods inherited from class org.chwf.i18n.RuntimeMessageException |
getMessage, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PropertyNotFoundException(java.lang.String bean, java.lang.String property)
bean
- The bean.property
- The property.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |