Class SettingsAgent.NoSuchSettingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.espirit.firstspirit.scheduling.agency.SettingsAgent.NoSuchSettingException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- SettingsAgent
Exception stating that there is no setting with a requested name.
- Since:
- 5.2.14
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchSettingException
public NoSuchSettingException()
-
-
Method Details
-
getName
Provides the name of the requested setting.- Returns:
- The setting's name.
- Since:
- 5.2.14
-