public class java.util
MissingFormatWidthException


Show All Login
Java SE 6
  
Extends: Throwable > Exception > RuntimeException > IllegalArgumentException > IllegalFormatException
Details
Unchecked exception thrown when the format width is required.

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


Constructors
public MissingFormatWidthException(String s) Details
Constructs an instance of this class with the specified format specifier.
sThe format specifier which does not have a width

Properties
public String getFormatSpecifier() Details
Returns the format specifier which does not have a width.
returnThe format specifier which does not have a width
public String getMessage()