|
||||||||||
| 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.NoSettingsFileException
public class NoSettingsFileException
The settings file does not exist
| Constructor Summary | |
|---|---|
NoSettingsFileException(java.lang.String app,
java.lang.String type)
Constructor for the NoSettingsFileException 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 NoSettingsFileException(java.lang.String app,
java.lang.String type)
app - the name of the applicationtype - the name of the type| Method 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 | |||||||||