public class InvalidCommandLineArgumentException extends XDRuntimeException
| Constructor and Description |
|---|
InvalidCommandLineArgumentException(java.lang.String message)
Create a new InvalidCommandLineArgumentException
|
InvalidCommandLineArgumentException(java.lang.String message,
java.lang.Throwable cause)
Create a new InvalidCommandLineArgumentException
|
public InvalidCommandLineArgumentException(java.lang.String message,
java.lang.Throwable cause)
message - description of the command line argument that was invalidcause - the root causepublic InvalidCommandLineArgumentException(java.lang.String message)
message - description of the command line argument that was invalid