- All Implemented Interfaces:
Serializable
Thrown when a unknown command has been given by the user on the command-line.
- Since:
- 0.3
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidCommandException
(String message, String command) Constructs an exception with the specified detail message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidCommandException
Constructs an exception with the specified detail message.- Parameters:
message
- the detail message.command
- the name of the invalid command.
-
-
Method Details
-
getCommand
Returns the name of the invalid command.- Returns:
- the name of the invalid command.
-