Constructs a new {@code IllegalFormatPrecisionException} with specified precision.paramp the precision. this.p = p;
this.p = p;
Returns the message of the exception.returnthe message of the exception. return String.valueOf(p);
return String.valueOf(p);
Returns the precision associated with the exception.returnthe precision. return p;
return p;