| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException java.lang.IllegalArgumentException java.util.IllegalFormatException
All known Subclasses: java.util.UnknownFormatFlagsException, java.util.UnknownFormatConversionException, java.util.MissingFormatWidthException, java.util.IllegalFormatFlagsException, java.util.FormatFlagsConversionMismatchException, java.util.IllegalFormatConversionException, java.util.IllegalFormatCodePointException, java.util.IllegalFormatWidthException, java.util.MissingFormatArgumentException, java.util.DuplicateFormatFlagsException, java.util.IllegalFormatPrecisionException,
IllegalFormatException | public class IllegalFormatException extends IllegalArgumentException (Code) | | 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.10, 05/05/07 since: 1.5 |
IllegalFormatException | IllegalFormatException()(Code) | | |
|
|
|