com.openexchange.admin.console
Class CLIParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.openexchange.admin.console.CLIOptionException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 parsedcause
- The cause