public class CmdLineArgException extends java.lang.Exception
Constructor and Description |
---|
CmdLineArgException()
Construct a command line argument exception.
|
CmdLineArgException(java.lang.String detail)
Construct a command line argument exception.
|
public CmdLineArgException()
public CmdLineArgException(java.lang.String detail)
detail
- The description of the exception.