public class MissingFormatArgumentException extends IllegalFormatException
Formatter
refers to an argument that is non-existent, or an argument index
references a non-existent argument.| Constructor and Description |
|---|
MissingFormatArgumentException(java.lang.String s)
Constructs a new
MissingFormatArgumentException
for a format specification, s, which refers
to a non-existent argument. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFormatSpecifier()
Returns the format specification.
|
public MissingFormatArgumentException(java.lang.String s)
MissingFormatArgumentException
for a format specification, s, which refers
to a non-existent argument.s - the format specification.java.lang.NullPointerException - if s is null.public java.lang.String getFormatSpecifier()