|
||||||||||
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
public class MissingSettingsException
A missing setting was discovered
Constructor Summary | |
---|---|
MissingSettingsException(java.lang.String app,
java.lang.String type)
Constructor for the MissingSettingsException object |
Method Summary | |
---|---|
protected java.lang.String |
getApplication()
Description of the Method |
protected java.lang.String |
getType()
Returns a message describing this exception |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 MissingSettingsException(java.lang.String app, java.lang.String type)
app
- the name of the applicationtype
- the name of the typeMethod Detail |
---|
protected java.lang.String getType()
protected java.lang.String getApplication()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |