Class Command.CommandException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.plotsquared.core.command.Command.CommandException
All Implemented Interfaces:
Serializable
Enclosing class:
Command

public static class Command.CommandException extends RuntimeException
See Also:
Serialized Form
  • Constructor Details

    • CommandException

      public CommandException(@Nullable Caption message, net.kyori.adventure.text.minimessage.Template... args)
  • Method Details

    • perform

      public void perform(@Nullable PlotPlayer<?> player)