Uses of Class
dev.sympho.modular_commands.api.exception.ResultException
Packages that use ResultException
Package
Description
Handler interfaces used across the system.
Implementations for command contexts.
-
Uses of ResultException in dev.sympho.modular_commands.api.command.handler
Methods in dev.sympho.modular_commands.api.command.handler that throw ResultExceptionModifier and TypeMethodDescriptionHandles an invocation of the command. -
Uses of ResultException in dev.sympho.modular_commands.impl.context
Constructors in dev.sympho.modular_commands.impl.context that throw ResultExceptionModifierConstructorDescriptionMessageContextImpl(MessageCreateEvent event, Invocation invocation, Command<?> command, StringSplitter.Async.Iterator args, dev.sympho.bot_utils.access.AccessManager accessManager, dev.sympho.bot_utils.event.reply.ReplyManager replyManager) Initializes a new context.