IllegalArgument
class IllegalArgument(exception: IllegalCommandArgumentException, command: Command, call: CommandCall, resolvedCall: ResolvedCommandCall) : CommandExecuteResult.Failure
Content copied to clipboard
执行执行时发生了一个非法参数错误
Constructors
IllegalArgument
Link copied to clipboard
fun IllegalArgument(exception: IllegalCommandArgumentException, command: Command, call: CommandCall, resolvedCall: ResolvedCommandCall)
Content copied to clipboard
Properties
call
Link copied to clipboard
exception
Link copied to clipboard
resolvedCall
Link copied to clipboard
解析的 ResolvedCommandCall (如果匹配到)