|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.openexchange.admin.console.CLIOptionException
com.openexchange.admin.console.CLIParseException
public class CLIParseException
CLIParseException
- Parsing command line failed.
Constructor Summary | |
---|---|
CLIParseException(java.lang.String[] commandLine)
Initializes a new CLIParseException . |
|
CLIParseException(java.lang.String[] commandLine,
java.lang.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 |
---|
public CLIParseException(java.lang.String[] commandLine)
CLIParseException
.
commandLine
- The command line which could not be parsedpublic CLIParseException(java.lang.String[] commandLine, java.lang.Throwable cause)
CLIParseException
.
commandLine
- The command line which could not be parsedcause
- The cause
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |