com.openexchange.admin.console
Class CLIUnknownOptionException

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
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

Method Summary
 String getOptionName()
          Gets the name of the option that was unknown (e.g.
 
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

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