The unchecked exception will be thrown out if there no corresponding argument
with the specified conversion or an argument index that refers to a missing
argument.
getMessage() Returns the message of the exception.
Constructor Detail
MissingFormatArgumentException
public MissingFormatArgumentException(String s)(Code)
Constructs an MissingFormatArgumentException with the specified
conversion that lacks the argument.
Parameters: s - The specified conversion that lacks the argument.