|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IllegalFormatException | |
java.util |
Uses of IllegalFormatException in java.util |
Subclasses of IllegalFormatException in java.util | |
class |
DuplicateFormatFlagsException
The unchecked exception will be thrown out if there are duplicate flags given out in the format specifier. |
class |
FormatFlagsConversionMismatchException
The unchecked exception will be thrown out if a conversion and flags are incompatible. |
class |
IllegalFormatCodePointException
The unchecked exception will be thrown out if an invalid Unicode code point, which is Character.isValidCodePoint(int), is passed as a parameter to Formatter. |
class |
IllegalFormatConversionException
The unchecked exception will be thrown out when the parameter is incompatible with the corresponding format specifier. |
class |
IllegalFormatFlagsException
The unchecked exception will be thrown out if the combination of the format flags is illegal. |
class |
IllegalFormatPrecisionException
The unchecked exception will be thrown out when the precision is a negative other than -1, or the conversion does not support a precision or other cases when the precision is not supported. |
class |
IllegalFormatWidthException
The unchecked exception will be thrown out when the width is a negative other than -1, or the conversion does not support a width or other cases when the width is not supported. |
class |
MissingFormatArgumentException
The unchecked exception will be thrown out if there no corresponding argument with the specified conversion or an argument index that refers to an unexisting argument. |
class |
MissingFormatWidthException
The unchecked exception will be thrown out if the format width is missing but is required. |
class |
UnknownFormatConversionException
The unchecked exception will be thrown out if the format conversion is unknown. |
class |
UnknownFormatFlagsException
The unchecked exception will be thrown out if there is an unknown flag. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |