public class IllegalFormatException extends IllegalArgumentException
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.
version
1.3, 04/21/04
since
1.5
Fields Summary
private static final long
serialVersionUID
Constructors Summary
IllegalFormatException()
// package-private to prevent explicit instantiation