-1
, the conversion does not support a precision, or the value is
otherwise unsupported. If the precision is not representable by an
int
type, then the value Integer.MIN_VALUE
will be used
in the exception.
Modifier and Type | Field and Description |
---|---|
private int | |
private static final long |
Access | Constructor and Description |
---|---|
public | IllegalFormatPrecisionException(int
The precision p)Constructs an instance of this class with the specified precision. |
Modifier and Type | Method and Description |
---|---|
public String | getMessage()
Overrides java. Returns the detail message string of this throwable. |
public int |
p | back to summary |
---|---|
private int p |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. |
IllegalFormatPrecisionException | back to summary |
---|---|
public IllegalFormatPrecisionException(int p) Constructs an instance of this class with the specified precision.
|
getMessage | back to summary |
---|---|
public String getMessage() Overrides java. Doc from java. Returns the detail message string of this throwable.
|
getPrecision | back to summary |
---|---|
public int getPrecision() Returns the precision. If the precision isn't representable by an
|