public static class Options.ArgException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
(package private) static long |
serialVersionUID |
Constructor and Description |
---|
ArgException(java.lang.String message)
Create an ArgException with the specified detail message.
|
ArgException(java.lang.String format,
java.lang.Object... args)
Create an ArgException whose detail message is formed by formatting the given format string
and arguments.
|
static final long serialVersionUID
public ArgException(java.lang.String message)
message
- the detail message for the exception@FormatMethod public ArgException(java.lang.String format, java.lang.Object... args)
format
- the format stringargs
- the arguments to be formatted by the format string