com.openexchange.admin.console
Class CLIUnknownOptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.openexchange.admin.console.CLIOptionException
com.openexchange.admin.console.CLIUnknownOptionException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CLIUnknownSuboptionException
public class CLIUnknownOptionException
- extends CLIOptionException
CLIUnknownOptionException
- Indicates an unknown option.
- Author:
- Thorben Betten
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
getOptionName
public String getOptionName()
- Gets the name of the option that was unknown (e.g.
"-u"
).
- Returns:
- The name of the option that was unknown