Class CommandNotRegisteredException

All Implemented Interfaces:
Serializable

public class CommandNotRegisteredException extends DIH4JDAException
An exception that is thrown if a command is not registered by the DIH4JDA instance.
See Also:
  • Constructor Details

    • CommandNotRegisteredException

      public CommandNotRegisteredException(@Nonnull String message)
      Creates a new instance of this exception.
      Parameters:
      message - the message as a String you want to provide for the user.