CommandArgumentParserException
class CommandArgumentParserException @JvmOverloads constructor(message: String, cause: Throwable?) : IllegalCommandArgumentException
Content copied to clipboard
在解析参数时遇到的 正常 错误. 如参数不符合规范等.
message 将会发送给指令调用方.
See also
Constructors
CommandArgumentParserException
Link copied to clipboard
fun CommandArgumentParserException(message: String, cause: Throwable? = null)
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