Package org.apache.sis.console
Class InvalidOptionException
-
- All Implemented Interfaces:
Serializable
public class InvalidOptionException extends Exception
Thrown when an illegal option has been given by the user on the command-line.- Since:
- 0.3
- See Also:
- Serialized Form
Defined in the
sis-consolemodule
-
-
Constructor Summary
Constructors Constructor Description InvalidOptionException(String message, String option)Constructs an exception with the specified detail message.InvalidOptionException(String message, Throwable cause, String option)Constructs an exception with the specified detail message and cause.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOption()Returns the name of the invalid option.-
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getOption
public String getOption()
Returns the name of the invalid option.- Returns:
- the name of the invalid option.
-
-