Class CommandExceptionEvent

java.lang.Object
xyz.dynxsty.dih4jda.events.DIH4JDAEvent<I>
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 Details

    • CommandExceptionEvent

      public CommandExceptionEvent(DIH4JDA dih4jda, net.dv8tion.jda.api.interactions.commands.CommandInteraction interaction, Throwable throwable)