Class InvalidDeclarationException

All Implemented Interfaces:
Serializable

public final class InvalidDeclarationException extends JDACException
Will be thrown if any errors are made in the declaration of interactions.
See Also:
  • Field Details

  • Constructor Details

    • InvalidDeclarationException

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

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