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

@NonExtendable public static class SettingsAgent.NoSuchSettingException extends RuntimeException
Exception stating that there is no setting with a requested name.
Since:
5.2.14
See Also:
  • Constructor Details

    • NoSuchSettingException

      @Internal public NoSuchSettingException(@NotNull @NotNull String name)
  • Method Details

    • getName

      @NotNull public @NotNull String getName()
      Provides the name of the requested setting.
      Returns:
      The setting's name.
      Since:
      5.2.14