Constructs a new {@code IllegalFormatWidthException} with specified width.paramw the width. this.w = w;
this.w = w;
Returns the message of the exception.returnthe message of the exception. return String.valueOf(w);
return String.valueOf(w);
Returns the width associated with the exception.returnthe width. return w;
return w;