OriginParseException

class OriginParseException(input: String, context: CommandContext<CommandSender>) : ParserException

Constructors

Link copied to clipboard
fun OriginParseException(input: String, context: CommandContext<CommandSender>)

Functions

Link copied to clipboard
Link copied to clipboard
@API(status = API.Status.STABLE, since = "1.4.0")
open fun captionVariables(): @NonNull Array<@NonNull CaptionVariable>
Link copied to clipboard
@API(status = API.Status.STABLE, since = "1.4.0")
open fun errorCaption(): @NonNull Caption
Link copied to clipboard
Link copied to clipboard
fun getArgumentParserClass(): @NonNull Class<*>
Link copied to clipboard
fun getContext(): @NonNull CommandContext<*>
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
override val message: String?