org.acm.seguin.util
Class MissingSettingsException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NoSettingsFileException, SettingNotFoundException

public class MissingSettingsException
extends java.lang.RuntimeException

A missing setting was discovered

Author:
Chris Seguin
See Also:
Serialized Form

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

MissingSettingsException

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

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

getType

protected java.lang.String getType()
Returns a message describing this exception

Returns:
the message

getApplication

protected java.lang.String getApplication()
Description of the Method

Returns:
Description of the Returned Value