|
|||||||||
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 | +--uk.co.jcp.util.properties.PropertyException | +--uk.co.jcp.util.properties.PropertyNotFoundException
Exception thrown if a requested property is not found
Constructor Summary | |
PropertyNotFoundException(java.lang.String propertyName)
Construct a new exception. |
Method Summary | |
java.lang.String |
getMessage()
Overloaded to emulate the original functionality. |
java.lang.String |
getPropertyName()
Return the name of the unfound property |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PropertyNotFoundException(java.lang.String propertyName)
propertyName
- the name of the property that cannot be foundMethod Detail |
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.lang.String getPropertyName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |