fmpp.setting
Class SettingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fmpp.util.ExceptionCC
              extended by fmpp.setting.SettingException
All Implemented Interfaces:
java.io.Serializable

public class SettingException
extends ExceptionCC

Bad setting or setting combination, or faliure when trying to setup the engine with the settings.

See Also:
Serialized Form

Constructor Summary
SettingException(java.lang.String s)
           
SettingException(java.lang.String s, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class fmpp.util.ExceptionCC
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, 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 s)

SettingException

public SettingException(java.lang.String s,
                        java.lang.Throwable cause)