Package fmpp.setting
Class SettingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fmpp.util.ExceptionCC
-
- fmpp.setting.SettingException
-
- All Implemented Interfaces:
java.io.Serializable
public class SettingException extends ExceptionCC
Bad setting or setting combination, or failure when trying to setup the engine with the settings.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SettingException(java.lang.String s)
SettingException(java.lang.String s, java.lang.Throwable cause)
-