java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hypixel.hytale.server.core.command.system.exceptions.CommandException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GeneralCommandException, NoPermissionException, SenderTypeException

public abstract class CommandException extends RuntimeException
See Also:
  • Constructor Details

    • CommandException

      public CommandException()
  • Method Details

    • sendTranslatedMessage

      public abstract void sendTranslatedMessage(@Nonnull CommandSender var1)