Package xyz.dynxsty.dih4jda.events
Class CommandExceptionEvent
java.lang.Object
xyz.dynxsty.dih4jda.events.DIH4JDAEvent<net.dv8tion.jda.api.interactions.commands.CommandInteraction>
xyz.dynxsty.dih4jda.events.DIH4JDAThrowableEvent<net.dv8tion.jda.api.interactions.commands.CommandInteraction>
xyz.dynxsty.dih4jda.events.CommandExceptionEvent
public class CommandExceptionEvent
extends DIH4JDAThrowableEvent<net.dv8tion.jda.api.interactions.commands.CommandInteraction>
An event that gets fired when an exception gets raised while executing any command.
- See Also:
-
Constructor Summary
ConstructorDescriptionCommandExceptionEvent
(DIH4JDA dih4jda, net.dv8tion.jda.api.interactions.commands.CommandInteraction interaction, Throwable throwable) Creates a new instance of this event. -
Method Summary
Methods inherited from class xyz.dynxsty.dih4jda.events.DIH4JDAEvent
fire