ArgumentParsingException

constructor(other: ArgumentParsingException)


constructor(reason: Key, argument: Argument<*>?, arguments: Arguments, parser: StringParser?)

Parameters

reason

Translation key representing the failure reason.

argument

Current Argument object, if any.

arguments

Arguments object for the command.

parser

Tokenizing string parser used for this parse attempt, if this was a chat command.