public class VelocityExceptionHandler extends revxrsal.commands.exception.DefaultExceptionHandler<VelocityCommandActor>
| Constructor and Description |
|---|
VelocityExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
onEnumNotFound(@NotNull revxrsal.commands.exception.EnumNotFoundException e,
@NotNull VelocityCommandActor actor) |
void |
onExpectedLiteral(@NotNull revxrsal.commands.exception.ExpectedLiteralException e,
@NotNull VelocityCommandActor actor) |
void |
onInputParse(@NotNull revxrsal.commands.exception.InputParseException e,
@NotNull VelocityCommandActor actor) |
void |
onInvalidBoolean(@NotNull revxrsal.commands.exception.InvalidBooleanException e,
@NotNull VelocityCommandActor actor) |
void |
onInvalidDecimal(@NotNull revxrsal.commands.exception.InvalidDecimalException e,
@NotNull VelocityCommandActor actor) |
void |
onInvalidHelpPage(@NotNull revxrsal.commands.exception.InvalidHelpPageException e,
@NotNull VelocityCommandActor actor) |
void |
onInvalidInteger(@NotNull revxrsal.commands.exception.InvalidIntegerException e,
@NotNull VelocityCommandActor actor) |
void |
onInvalidListSize(@NotNull revxrsal.commands.exception.InvalidListSizeException e,
@NotNull VelocityCommandActor actor,
@NotNull revxrsal.commands.node.ParameterNode<VelocityCommandActor,?> parameter) |
void |
onInvalidPlayer(InvalidPlayerException e,
VelocityCommandActor actor) |
void |
onInvalidStringSize(@NotNull revxrsal.commands.exception.InvalidStringSizeException e,
@NotNull VelocityCommandActor actor,
@NotNull revxrsal.commands.node.ParameterNode<VelocityCommandActor,?> parameter) |
void |
onInvalidUUID(@NotNull revxrsal.commands.exception.InvalidUUIDException e,
@NotNull VelocityCommandActor actor) |
void |
onMissingArgument(@NotNull revxrsal.commands.exception.MissingArgumentException e,
@NotNull VelocityCommandActor actor,
@NotNull revxrsal.commands.node.ParameterNode<VelocityCommandActor,?> parameter) |
void |
onNoPermission(@NotNull revxrsal.commands.exception.NoPermissionException e,
@NotNull VelocityCommandActor actor) |
void |
onNumberNotInRange(@NotNull revxrsal.commands.exception.NumberNotInRangeException e,
@NotNull VelocityCommandActor actor,
@NotNull revxrsal.commands.node.ParameterNode<VelocityCommandActor,java.lang.Number> parameter) |
void |
onSenderNotConsole(SenderNotConsoleException e,
VelocityCommandActor actor) |
void |
onSenderNotPlayer(SenderNotPlayerException e,
VelocityCommandActor actor) |
void |
onUnknownCommand(@NotNull revxrsal.commands.exception.UnknownCommandException e,
@NotNull VelocityCommandActor actor) |
void |
onValueNotAllowed(@NotNull revxrsal.commands.exception.ValueNotAllowedException e,
@NotNull VelocityCommandActor actor) |
formatTimeFancy, onCommandInvocation, onCooldown, onSendable, onUnknownParameter, plural, toFancyStringpublic void onInvalidPlayer(InvalidPlayerException e, VelocityCommandActor actor)
public void onSenderNotPlayer(SenderNotPlayerException e, VelocityCommandActor actor)
public void onSenderNotConsole(SenderNotConsoleException e, VelocityCommandActor actor)
public void onEnumNotFound(@NotNull
@NotNull revxrsal.commands.exception.EnumNotFoundException e,
@NotNull
@NotNull VelocityCommandActor actor)
onEnumNotFound in class revxrsal.commands.exception.DefaultExceptionHandler<VelocityCommandActor>public void onExpectedLiteral(@NotNull
@NotNull revxrsal.commands.exception.ExpectedLiteralException e,
@NotNull
@NotNull VelocityCommandActor actor)
onExpectedLiteral in class revxrsal.commands.exception.DefaultExceptionHandler<VelocityCommandActor>public void onInputParse(@NotNull
@NotNull revxrsal.commands.exception.InputParseException e,
@NotNull
@NotNull VelocityCommandActor actor)
onInputParse in class revxrsal.commands.exception.DefaultExceptionHandler<VelocityCommandActor>public void onInvalidListSize(@NotNull
@NotNull revxrsal.commands.exception.InvalidListSizeException e,
@NotNull
@NotNull VelocityCommandActor actor,
@NotNull
@NotNull revxrsal.commands.node.ParameterNode<VelocityCommandActor,?> parameter)
onInvalidListSize in class revxrsal.commands.exception.DefaultExceptionHandler<VelocityCommandActor>public void onInvalidStringSize(@NotNull
@NotNull revxrsal.commands.exception.InvalidStringSizeException e,
@NotNull
@NotNull VelocityCommandActor actor,
@NotNull
@NotNull revxrsal.commands.node.ParameterNode<VelocityCommandActor,?> parameter)
onInvalidStringSize in class revxrsal.commands.exception.DefaultExceptionHandler<VelocityCommandActor>public void onInvalidBoolean(@NotNull
@NotNull revxrsal.commands.exception.InvalidBooleanException e,
@NotNull
@NotNull VelocityCommandActor actor)
onInvalidBoolean in class revxrsal.commands.exception.DefaultExceptionHandler<VelocityCommandActor>public void onInvalidDecimal(@NotNull
@NotNull revxrsal.commands.exception.InvalidDecimalException e,
@NotNull
@NotNull VelocityCommandActor actor)
onInvalidDecimal in class revxrsal.commands.exception.DefaultExceptionHandler<VelocityCommandActor>public void onInvalidInteger(@NotNull
@NotNull revxrsal.commands.exception.InvalidIntegerException e,
@NotNull
@NotNull VelocityCommandActor actor)
onInvalidInteger in class revxrsal.commands.exception.DefaultExceptionHandler<VelocityCommandActor>public void onInvalidUUID(@NotNull
@NotNull revxrsal.commands.exception.InvalidUUIDException e,
@NotNull
@NotNull VelocityCommandActor actor)
onInvalidUUID in class revxrsal.commands.exception.DefaultExceptionHandler<VelocityCommandActor>public void onMissingArgument(@NotNull
@NotNull revxrsal.commands.exception.MissingArgumentException e,
@NotNull
@NotNull VelocityCommandActor actor,
@NotNull
@NotNull revxrsal.commands.node.ParameterNode<VelocityCommandActor,?> parameter)
onMissingArgument in class revxrsal.commands.exception.DefaultExceptionHandler<VelocityCommandActor>public void onNoPermission(@NotNull
@NotNull revxrsal.commands.exception.NoPermissionException e,
@NotNull
@NotNull VelocityCommandActor actor)
onNoPermission in class revxrsal.commands.exception.DefaultExceptionHandler<VelocityCommandActor>public void onNumberNotInRange(@NotNull
@NotNull revxrsal.commands.exception.NumberNotInRangeException e,
@NotNull
@NotNull VelocityCommandActor actor,
@NotNull
@NotNull revxrsal.commands.node.ParameterNode<VelocityCommandActor,java.lang.Number> parameter)
onNumberNotInRange in class revxrsal.commands.exception.DefaultExceptionHandler<VelocityCommandActor>public void onInvalidHelpPage(@NotNull
@NotNull revxrsal.commands.exception.InvalidHelpPageException e,
@NotNull
@NotNull VelocityCommandActor actor)
onInvalidHelpPage in class revxrsal.commands.exception.DefaultExceptionHandler<VelocityCommandActor>public void onUnknownCommand(@NotNull
@NotNull revxrsal.commands.exception.UnknownCommandException e,
@NotNull
@NotNull VelocityCommandActor actor)
onUnknownCommand in class revxrsal.commands.exception.DefaultExceptionHandler<VelocityCommandActor>public void onValueNotAllowed(@NotNull
@NotNull revxrsal.commands.exception.ValueNotAllowedException e,
@NotNull
@NotNull VelocityCommandActor actor)
onValueNotAllowed in class revxrsal.commands.exception.DefaultExceptionHandler<VelocityCommandActor>