public class CmdLineException
extends java.lang.Exception
CmdLineProcessor,
Serialized Form| Constructor and Description |
|---|
CmdLineException(CmdLineProcessor cmdLine,
java.lang.String arg)
Construct CmdLineException.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
arg()
Get the argument string causing the processing failure.
|
java.lang.String |
cmdLine()
Get the command line string for which the processing failed.
|
public CmdLineException(CmdLineProcessor cmdLine, java.lang.String arg)
cmdLine - The CmdLineProcessor throwing this exception.arg - The argument string causing this exception.public java.lang.String cmdLine()
public java.lang.String arg()