java.util
public class IllegalFormatWidthException extends IllegalFormatException
Since: 1.5
Constructor Summary | |
---|---|
IllegalFormatWidthException(int w)
Constructs a new IllegalFormatWidthException
with the specified width, w .
|
Method Summary | |
---|---|
int | getWidth()
Returns the illegal width.
|
IllegalFormatWidthException
with the specified width, w
.
Parameters: w the illegal width.
Returns: the illegal width.