| Class | Description |
|---|---|
| SlashJDAExceptionHandler<A extends SlashCommandActor> |
| Exception | Description |
|---|---|
| GuildOnlyCommandException |
Thrown when a guild-only command is used in a private channel.
|
| InvalidCategoryException |
Sent when an invalid
Category parameter is supplied. |
| InvalidChannelException |
Sent when an invalid
Channel parameter is supplied. |
| InvalidEmojiException |
Sent when an invalid
Emoji parameter is supplied. |
| InvalidRoleException |
Sent when an invalid
Role parameter is supplied. |
| InvalidScheduledEventException |
Sent when an invalid
ScheduledEvent parameter is supplied. |
| InvalidUserException |
Sent when an invalid
User parameter is supplied. |
| MemberNotInGuildException |
Thrown when a user supplies a
User, but we require a Member (a user
in the executing guild) |
| WrongChannelTypeException |
Thrown when the user supplies a channel of the wrong type
|