Class CommandNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.shell.core.command.CommandNotFoundException
All Implemented Interfaces:
Serializable

public class CommandNotFoundException extends RuntimeException
Exception to signal that a command could be mapped to user input
Author:
Piotr Olaszewski
See Also:
  • Constructor Details

    • CommandNotFoundException

      public CommandNotFoundException(String commandName)
  • Method Details

    • getCommandName

      public String getCommandName()