com.openexchange.admin.console
Class CLIUnknownSuboptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.openexchange.admin.console.CLIOptionException
com.openexchange.admin.console.CLIUnknownOptionException
com.openexchange.admin.console.CLIUnknownSuboptionException
- All Implemented Interfaces:
- Serializable
public final class CLIUnknownSuboptionException
- extends CLIUnknownOptionException
CLIUnknownSuboptionException
- Indicates an unknown sub-option.
- Author:
- Thorben Betten
- See Also:
- Serialized Form
Method Summary |
char |
getSuboption()
Gets the unknown sub-option. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
getSuboption
public char getSuboption()
- Gets the unknown sub-option.
- Returns:
- The unknown sub-option