java.util
public class MissingFormatArgumentException extends IllegalFormatException
Since: 1.5
Constructor Summary | |
---|---|
MissingFormatArgumentException(String s)
Constructs a new MissingFormatArgumentException
for a format specification, s , which refers
to a non-existent argument.
|
Method Summary | |
---|---|
String | getFormatSpecifier()
Returns the format specification.
|
MissingFormatArgumentException
for a format specification, s
, which refers
to a non-existent argument.
Parameters: s the format specification.
Throws: NullPointerException if s
is null.
Returns: the format specification.