Class UnknownCommandException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jline.shell.UnknownCommandException
All Implemented Interfaces:
Serializable

public class UnknownCommandException extends RuntimeException
This exception is thrown by an CommandDispatcher when it failed to find a requested command.
See Also: