public class CommandLineException
extends java.lang.Exception
CommandLine.CommandLine,
Serialized Form| Constructor and Description |
|---|
CommandLineException()
Instantiates a new command line exception without message.
|
CommandLineException(java.lang.String message)
Instantiates a new command line exception.
|
CommandLineException(java.lang.String message,
java.lang.Throwable cause)
Instantiates a new command line exception.
|
CommandLineException(java.lang.Throwable cause)
Instantiates a new command line exception.
|
public CommandLineException()
public CommandLineException(java.lang.String message,
java.lang.Throwable cause)
message - an error messagecause - the exception causing this exceptionpublic CommandLineException(java.lang.String message)
message - an error messagepublic CommandLineException(java.lang.Throwable cause)
cause - the exception causing this exception