public class IllegalFormatWidthException extends IllegalFormatException
Constructor and Description |
---|
IllegalFormatWidthException(int w)
Constructs an instance of this class with the specified width.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
int |
getWidth()
Returns the width
|