| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IllegalFormatException | |
|---|---|
| java.util | Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array). | 
| Uses of IllegalFormatException in java.util | 
|---|
| Subclasses of IllegalFormatException in java.util | |
|---|---|
|  class | DuplicateFormatFlagsExceptionUnchecked exception thrown when duplicate flags are provided in the format specifier. | 
|  class | FormatFlagsConversionMismatchExceptionUnchecked exception thrown when a conversion and flag are incompatible. | 
|  class | IllegalFormatCodePointExceptionUnchecked exception thrown when a character with an invalid Unicode code point as defined by Character.isValidCodePoint(int)is passed to theFormatter. | 
|  class | IllegalFormatConversionExceptionUnchecked exception thrown when the argument corresponding to the format specifier is of an incompatible type. | 
|  class | IllegalFormatFlagsExceptionUnchecked exception thrown when an illegal combination flags is given. | 
|  class | IllegalFormatPrecisionExceptionUnchecked exception thrown when the precision is a negative value other than -1, the conversion does not support a precision, or the value is otherwise unsupported. | 
|  class | IllegalFormatWidthExceptionUnchecked exception thrown when the format width is a negative value other than -1 or is otherwise unsupported. | 
|  class | MissingFormatArgumentExceptionUnchecked exception thrown when there is a format specifier which does not have a corresponding argument or if an argument index refers to an argument that does not exist. | 
|  class | MissingFormatWidthExceptionUnchecked exception thrown when the format width is required. | 
|  class | UnknownFormatConversionExceptionUnchecked exception thrown when an unknown conversion is given. | 
|  class | UnknownFormatFlagsExceptionUnchecked exception thrown when an unknown flag is given. | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.