|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.melati.util.MelatiException org.melati.util.PropertyException
public class PropertyException
Thrown when any Property
related problem occurs.
Field Summary | |
---|---|
Properties |
properties
the Properties we have a problem with. |
String |
propertyName
The specific Property we have a problem with, may be null. |
Fields inherited from class org.melati.util.MelatiException |
---|
subException |
Constructor Summary | |
---|---|
PropertyException(Properties properties,
String propertyName)
Constructor. |
|
PropertyException(Properties properties,
String propertyName,
Exception problem)
Constructor. |
|
PropertyException(String propertyName,
Exception problem)
Constructor. |
Method Summary | |
---|---|
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 |
Field Detail |
---|
public Properties properties
public String propertyName
Constructor Detail |
---|
public PropertyException(Properties properties, String propertyName, Exception problem)
public PropertyException(String propertyName, Exception problem)
public PropertyException(Properties properties, String propertyName)
Method Detail |
---|
public String getMessage()
MelatiException
getMessage
in class MelatiException
Throwable.getMessage()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |