Package org.apache.sis.console
Class InvalidCommandException
- All Implemented Interfaces:
- Serializable
Thrown when a unknown command has been given by the user on the command-line.
- Since:
- 0.3
- See Also:
Defined in the sis-console module
- 
Constructor SummaryConstructorsConstructorDescriptionInvalidCommandException(String message, String command) Constructs an exception with the specified detail message.
- 
Method SummaryMethods inherited from class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InvalidCommandExceptionConstructs an exception with the specified detail message.- Parameters:
- message- the detail message.
- command- the name of the invalid command.
 
 
- 
- 
Method Details- 
getCommandReturns the name of the invalid command.- Returns:
- the name of the invalid command.
 
 
-