|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.melati.util.MelatiException
org.melati.util.PropertyException
org.melati.util.NoSuchPropertyException
public class NoSuchPropertyException
Thrown when a Property is not found.
| Field Summary |
|---|
| Fields inherited from class org.melati.util.PropertyException |
|---|
properties, propertyName |
| Fields inherited from class org.melati.util.MelatiException |
|---|
subException |
| Constructor Summary | |
|---|---|
NoSuchPropertyException(java.util.Properties properties,
java.lang.String propertyName)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
|
| Methods inherited from class org.melati.util.MelatiException |
|---|
innermostException, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NoSuchPropertyException(java.util.Properties properties,
java.lang.String propertyName)
properties - the Properties object the problem arose inpropertyName - the name of the property no found| Method Detail |
|---|
public java.lang.String getMessage()
getMessage in class PropertyExceptionPropertyException.getMessage()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||