public class InvalidCommandException extends Exception
Defined in the sis-console
module
Constructor and Description |
---|
InvalidCommandException(String message,
String command)
Constructs an exception with the specified detail message.
|
Modifier and Type | Method and Description |
---|---|
String |
getCommand()
Returns the name of the invalid command.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String getCommand()
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.