com.openexchange.admin.console
Class CLIUnknownSuboptionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.openexchange.admin.console.CLIOptionException
              extended by com.openexchange.admin.console.CLIUnknownOptionException
                  extended by 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 com.openexchange.admin.console.CLIUnknownOptionException
getOptionName
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getSuboption

public char getSuboption()
Gets the unknown sub-option.

Returns:
The unknown sub-option