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