public class CommandLineException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
CommandLineException(java.lang.String message) |
CommandLineException(java.lang.String message,
java.lang.Throwable cause) |
private static final long serialVersionUID
public CommandLineException(java.lang.String message)
message - The message of the exception.public CommandLineException(java.lang.String message,
java.lang.Throwable cause)
message - The message of the exception.cause - The problem which caused the exception.