org.acm.seguin.util
Class SettingNotFoundException

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.SettingNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class SettingNotFoundException
extends MissingSettingsException

Reports that the settings is not found

Author:
Chris Seguin
See Also:
Serialized Form

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

SettingNotFoundException

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

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

getMessage

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

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