Class CommandAlreadyExistsException

All Implemented Interfaces:
CoreExceptionFormat, Serializable

public class CommandAlreadyExistsException extends CoreRuntimeException
Thrown when a command that is already registered to the commandexecutor is re-added.
See Also:
Serialized Form
  • Constructor Details

    • CommandAlreadyExistsException

      public CommandAlreadyExistsException(Command command)
      Parameters:
      command - the command that is already registered.