CommandExecutionException

class CommandExecutionException(val sender: CommandSender, val command: Command, val name: String, cause: Throwable) : RuntimeException

CommandManager.executeCommand 中抛出异常时包装的异常.

Constructors

Link copied to clipboard
constructor(sender: CommandSender, command: Command, name: String, cause: Throwable)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

执行过程发生异常的指令

Link copied to clipboard
open val message: String?
Link copied to clipboard

匹配到的指令名

Link copied to clipboard

执行者