com.openexchange.admin.console
Class CLIParseException

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.CLIParseException
All Implemented Interfaces:
Serializable

public class CLIParseException
extends CLIOptionException

CLIParseException - Parsing command line failed.

Author:
Thorben Betten
See Also:
Serialized Form

Constructor Summary
CLIParseException(String[] commandLine)
          Initializes a new CLIParseException.
CLIParseException(String[] commandLine, Throwable cause)
          Initializes a new CLIParseException.
 
Method Summary
 
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
 

Constructor Detail

CLIParseException

public CLIParseException(String[] commandLine)
Initializes a new CLIParseException.

Parameters:
commandLine - The command line which could not be parsed

CLIParseException

public CLIParseException(String[] commandLine,
                         Throwable cause)
Initializes a new CLIParseException.

Parameters:
commandLine - The command line which could not be parsed
cause - The cause