|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.acm.seguin.util.MissingSettingsException
org.acm.seguin.util.SettingNotFoundException
public class SettingNotFoundException
Reports that the settings is not found
Constructor Summary | |
---|---|
SettingNotFoundException(java.lang.String app,
java.lang.String type,
java.lang.String key)
Constructor for the SettingNotFoundException object |
Method Summary | |
---|---|
java.lang.String |
getMessage()
Returns a message describing this exception |
Methods inherited from class org.acm.seguin.util.MissingSettingsException |
---|
getApplication, getType |
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 SettingNotFoundException(java.lang.String app, java.lang.String type, java.lang.String key)
app
- the name of the applicationtype
- the name of the typekey
- the keyMethod Detail |
---|
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |