1 *java.util.IllegalFormatPrecisionException* *IllegalFormatPrecisionException* Un
3 public class IllegalFormatPrecisionException
4 extends |java.util.IllegalFormatException|
6 |java.util.IllegalFormatPrecisionException_Description|
7 |java.util.IllegalFormatPrecisionException_Fields|
8 |java.util.IllegalFormatPrecisionException_Constructors|
9 |java.util.IllegalFormatPrecisionException_Methods|
11 ================================================================================
13 *java.util.IllegalFormatPrecisionException_Constructors*
14 |java.util.IllegalFormatPrecisionException(int)|Constructs an instance of this
16 *java.util.IllegalFormatPrecisionException_Methods*
17 |java.util.IllegalFormatPrecisionException.getMessage()|
18 |java.util.IllegalFormatPrecisionException.getPrecision()|Returns the precision
20 *java.util.IllegalFormatPrecisionException_Description*
22 Unchecked exception thrown when the precision is a negative value other than
23 -1, the conversion does not support a precision, or the value is otherwise
28 *java.util.IllegalFormatPrecisionException(int)*
30 public IllegalFormatPrecisionException(int p)
32 Constructs an instance of this class with the specified precision.
36 *java.util.IllegalFormatPrecisionException.getMessage()*
38 public |java.lang.String| getMessage()
44 *java.util.IllegalFormatPrecisionException.getPrecision()*
46 public int getPrecision()
52 Returns: The precision