Class InvalidTUICommandException

java.lang.Object
java.lang.Throwable
java.lang.Exception
it.polimi.ingsw.am13.client.view.tui.menu.InvalidTUICommandException
All Implemented Interfaces:
Serializable

public class InvalidTUICommandException extends Exception
Exception representing invalid set of parameters associated to a TUI command
See Also:
  • Constructor Details

    • InvalidTUICommandException

      public InvalidTUICommandException(String message)
      Constructor of the exception.
      Parameters:
      message - the message to be shown when the exception will be handled.