java.util
public class IllegalFormatWidthException extends IllegalFormatException
Formatter
argument is illegal. This may be because the number is
a negative number (other than -1) or for some other reason.Constructor and Description |
---|
IllegalFormatWidthException(int w)
Constructs a new
IllegalFormatWidthException
with the specified width, w . |
Modifier and Type | Method and Description |
---|---|
int |
getWidth()
Returns the illegal width.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IllegalFormatWidthException(int w)
IllegalFormatWidthException
with the specified width, w
.w
- the illegal width.public int getWidth()