java.util
public class IllegalFormatPrecisionException extends IllegalFormatException
Since: 1.5
| Constructor Summary | |
|---|---|
| IllegalFormatPrecisionException(int p)
Constructs a new IllegalFormatPrecisionException
for the precision, p.
| |
| Method Summary | |
|---|---|
| int | getPrecision()
Returns the illegal precision.
|
IllegalFormatPrecisionException
for the precision, p.
Parameters: p the illegal precision.
Returns: the illegal precision.