CommandArgumentParserException

在解析参数时遇到的 正常 错误. 如参数不符合规范等.

message 将会发送给指令调用方.

See also

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

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

Properties

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