public class CommandLineException extends Exception
CommandLine
.CommandLine
,
Serialized FormConstructor and Description |
---|
CommandLineException()
Instantiates a new command line exception without message.
|
CommandLineException(String message)
Instantiates a new command line exception.
|
CommandLineException(String message,
Throwable cause)
Instantiates a new command line exception.
|
CommandLineException(Throwable cause)
Instantiates a new command line exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CommandLineException()
public CommandLineException(String message, Throwable cause)
message
- an error messagecause
- the exception causing this exceptionpublic CommandLineException(String message)
message
- an error messagepublic CommandLineException(Throwable cause)
cause
- the exception causing this exception