Package tools.exceptions
Class SettingNotFoundException
Object
Throwable
Exception
RuntimeException
IllegalArgumentException
SettingNotFoundException
- All Implemented Interfaces:
Serializable
public class SettingNotFoundException
extends IllegalArgumentException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SettingNotFoundException(String setting, String method)
To be thrown when an invalid setting is passed to a command -
Method Summary
-
Constructor Details
-
SettingNotFoundException
public SettingNotFoundException(String setting, String method)To be thrown when an invalid setting is passed to a command- Parameters:
setting
- the invalid settingmethod
- the method where the invalid setting was passed
-