public class java.util
MissingFormatArgumentException


Hide details Login
Java SE 6
  
Extends: Throwable > Exception > RuntimeException > IllegalArgumentException > IllegalFormatException

Unchecked exception thrown when there is a format specifier which does not have a corresponding argument or if an argument index refers to an argument that does not exist.

Unless otherwise specified, passing a null argument to any method or constructor in this class will cause a NullPointerException to be thrown.
version1.3, 11/17/05
since1.5


Constructors
public MissingFormatArgumentException(String s)
Constructs an instance of this class with the unmatched format specifier.
sFormat specifier which does not have a corresponding argument

Properties
public String getFormatSpecifier()
Returns the unmatched format specifier.
returnThe unmatched format specifier
public String getMessage()