public class MissingFormatWidthException extends IllegalFormatException
Formatter
does not include a width for a value where one is required.| Constructor and Description |
|---|
MissingFormatWidthException(java.lang.String s)
Constructs a new
MissingFormatWidthException
for a format specification, s, which excludes
a required width argument. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFormatSpecifier()
Returns the format specification.
|
public MissingFormatWidthException(java.lang.String s)
MissingFormatWidthException
for a format specification, s, which excludes
a required width argument.s - the format specification.java.lang.NullPointerException - if s is null.public java.lang.String getFormatSpecifier()