Utils
Class SettingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by Utils.SettingException
All Implemented Interfaces:
java.io.Serializable

public class SettingException
extends java.lang.Exception

Exception thrown when there is a problem with the Settings machinery

Version:
1.0
See Also:
Serialized Form

Constructor Summary
SettingException(java.lang.String msg)
          Deafult constructor
 
Method Summary
 
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

SettingException

public SettingException(java.lang.String msg)
Deafult constructor

Parameters:
msg - Description of the problem