Improved build.xml
[vimdoclet.git] / sample / java.util.IllegalFormatPrecisionException.txt
blobd5c3fdbcfdfad24088671e6e11f5970c059fa018
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 
24 unsupported. 
27 *java.util.IllegalFormatPrecisionException(int)*
29 public IllegalFormatPrecisionException(int p)
31 Constructs an instance of this class with the specified precision. 
33     p - The precision 
35 *java.util.IllegalFormatPrecisionException.getMessage()*
37 public |java.lang.String| getMessage()
42 *java.util.IllegalFormatPrecisionException.getPrecision()*
44 public int getPrecision()
46 Returns the precision 
49     Returns: The precision