Class CommandUsageException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.strassburger.cookieclickerz.commands.CommandUsageException
All Implemented Interfaces:
Serializable

public class CommandUsageException extends Exception
See Also:
  • Constructor Details

    • CommandUsageException

      public CommandUsageException(String usage)
      Parameters:
      usage - The correct usage of the command
  • Method Details

    • getUsage

      public String getUsage()
      Returns:
      The correct usage of the command