Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
L
M
N
O
P
S
U
V
M
MissingArgumentException
- Exception in
name.kevinlocke.ultragetopt
Exception signaling that an option which requires an argument was not given any arguments.
MissingArgumentException(String)
- Constructor for exception name.kevinlocke.ultragetopt.
MissingArgumentException
Create a new missing argument exception with the given error message.
MissingArgumentException(GetoptErrorFormatter, String, String)
- Constructor for exception name.kevinlocke.ultragetopt.
MissingArgumentException
Create a new missing argument exception with a message generated by a given formatter.
MissingArgumentException(GetoptErrorFormatter, char, String)
- Constructor for exception name.kevinlocke.ultragetopt.
MissingArgumentException
Create a new missing argument exception with a message generated by a given formatter.
missingRequiredArgument(String, String)
- Method in class name.kevinlocke.ultragetopt.
BSDGetoptErrorFormatter
missingRequiredArgument(char, String)
- Method in class name.kevinlocke.ultragetopt.
BSDGetoptErrorFormatter
missingRequiredArgument(String, String)
- Method in class name.kevinlocke.ultragetopt.
DarwinGetoptErrorFormatter
missingRequiredArgument(char, String)
- Method in class name.kevinlocke.ultragetopt.
DarwinGetoptErrorFormatter
missingRequiredArgument(String, String)
- Method in interface name.kevinlocke.ultragetopt.
GetoptErrorFormatter
Formats an error message to indicate that the given option requires an argument and that none was found.
missingRequiredArgument(char, String)
- Method in interface name.kevinlocke.ultragetopt.
GetoptErrorFormatter
Formats an error message to indicate that the given option requires an argument and that none was found.
missingRequiredArgument(String, String)
- Method in class name.kevinlocke.ultragetopt.
GNUGetoptErrorFormatter
missingRequiredArgument(char, String)
- Method in class name.kevinlocke.ultragetopt.
GNUGetoptErrorFormatter
missingRequiredArgument(String, String)
- Method in class name.kevinlocke.ultragetopt.
POSIXGetoptErrorFormatter
missingRequiredArgument(char, String)
- Method in class name.kevinlocke.ultragetopt.
POSIXGetoptErrorFormatter
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
L
M
N
O
P
S
U
V