Class IllegalFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DuplicateFormatFlagsException,FormatFlagsConversionMismatchException,IllegalFormatCodePointException,IllegalFormatConversionException,IllegalFormatFlagsException,IllegalFormatPrecisionException,IllegalFormatWidthException,MissingFormatArgumentException,MissingFormatWidthException,UnknownFormatConversionException,UnknownFormatFlagsException

public sealed classIllegalFormatExceptionextendsIllegalArgumentExceptionpermitsDuplicateFormatFlagsException,FormatFlagsConversionMismatchException,IllegalFormatCodePointException,IllegalFormatConversionException,IllegalFormatFlagsException,IllegalFormatPrecisionException,IllegalFormatWidthException,MissingFormatArgumentException,MissingFormatWidthException,UnknownFormatConversionException,UnknownFormatFlagsException(not exhaustive)
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.
Sealed Class Hierarchy Graph:
Sealed class hierarchy graph for IllegalFormatExceptionSealed class hierarchy graph for IllegalFormatException
Since:
1.5
See Also: