public class java.util
IllegalFormatWidthException


Show All Login
Java SE 6
  
Extends: Throwable > Exception > RuntimeException > IllegalArgumentException > IllegalFormatException
Details
Unchecked exception thrown when the format width is a negative value other than -1 or is otherwise unsupported.
version1.5, 11/17/05
since1.5

Constructors
public IllegalFormatWidthException(int w) Details
Constructs an instance of this class with the specified width.
wThe width

Properties
public String getMessage()
public int getWidth() Details
Returns the width
returnThe width