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

    Methods inherited from class Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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 setting
      method - the method where the invalid setting was passed