Class ErrorContext
java.lang.Object
org.core.command.argument.context.ErrorContext
-
Constructor Summary
ConstructorDescriptionErrorContext(ArgumentCommand command, int argumentFailedAt, CommandArgument<?> argument, String error)
-
Method Summary
-
Constructor Details
-
ErrorContext
public ErrorContext(ArgumentCommand command, int argumentFailedAt, CommandArgument<?> argument, String error)
-
-
Method Details
-
getCommand
-
getArgumentFailedAt
public int getArgumentFailedAt() -
getArgument
-
getError
-