Top Description Fields Constructors
java.util

public sealed Class IllegalFormatException

extends IllegalArgumentException
permits DuplicateFormatFlagsException, FormatFlagsConversionMismatchException, IllegalFormatArgumentIndexException, IllegalFormatCodePointException, IllegalFormatConversionException, IllegalFormatFlagsException, IllegalFormatPrecisionException, IllegalFormatWidthException, MissingFormatArgumentException, MissingFormatWidthException, UnknownFormatConversionException, UnknownFormatFlagsException
Class Inheritance
Known Direct Subclasses
java.util.IllegalFormatFlagsException, java.util.IllegalFormatPrecisionException, java.util.IllegalFormatWidthException, java.util.IllegalFormatConversionException, java.util.MissingFormatArgumentException, java.util.MissingFormatWidthException, java.util.UnknownFormatConversionException, java.util.UnknownFormatFlagsException, java.util.DuplicateFormatFlagsException, java.util.FormatFlagsConversionMismatchException, java.util.IllegalFormatArgumentIndexException, java.util.IllegalFormatCodePointException

Unchecked exception thrown when a format string contains an illegal syntax or a format specifier that is incompatible with the given arguments. Only explicit subtypes of this exception which correspond to specific errors should be instantiated.
Since
1.5

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
pack-priv

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.lang.IllegalArgumentException.serialVersionUID.

Annotations
@Serial

Constructor Detail

IllegalFormatExceptionback to summary
pack-priv IllegalFormatException()