Class ConfigurationException

All Implemented Interfaces:
Serializable

public final class ConfigurationException extends JDACException
Will be thrown if anything goes wrong while configuring jda-commands.
See Also:
  • Constructor Details

    • ConfigurationException

      public ConfigurationException(String key)
      Parameters:
      key - the bundle key of the error message
    • ConfigurationException

      public ConfigurationException(String key, I18n.Entry... placeholder)
      Parameters:
      key - the bundle key of the error message
      placeholder - the placeholders to insert
    • ConfigurationException

      public ConfigurationException(String key, Throwable cause)
      Parameters:
      key - the bundle key of the error message
      cause - the cause of the internal exception
  • Method Details