org.acm.seguin.util
Class NoSettingsFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.acm.seguin.util.MissingSettingsException
                  extended by org.acm.seguin.util.NoSettingsFileException
All Implemented Interfaces:
java.io.Serializable

public class NoSettingsFileException
extends MissingSettingsException

The settings file does not exist

Author:
Chris Seguin
See Also:
Serialized Form

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

NoSettingsFileException

public NoSettingsFileException(java.lang.String app,
                               java.lang.String type)
Constructor for the NoSettingsFileException object

Parameters:
app - the name of the application
type - the name of the type
Method Detail

getMessage

public java.lang.String getMessage()
Returns a message describing this exception

Overrides:
getMessage in class java.lang.Throwable
Returns:
the message