CommandExecutionException
class CommandExecutionException(sender: CommandSender, command: Command, name: String, cause: Throwable) : RuntimeException
Content copied to clipboard
在 CommandManager.executeCommand 中抛出异常时包装的异常.
Constructors
CommandExecutionException
Link copied to clipboard
fun CommandExecutionException(sender: CommandSender, command: Command, name: String, cause: Throwable)
Content copied to clipboard
Functions
addSuppressed
Link copied to clipboard
fillInStackTrace
Link copied to clipboard
getLocalizedMessage
Link copied to clipboard
getStackTrace
Link copied to clipboard
getSuppressed
Link copied to clipboard
printStackTrace
Link copied to clipboard
setStackTrace
Link copied to clipboard