| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException java.lang.IllegalArgumentException java.util.IllegalFormatException
All known Subclasses: java.util.IllegalFormatPrecisionException, java.util.IllegalFormatCodePointException, java.util.FormatFlagsConversionMismatchException, java.util.MissingFormatArgumentException, java.util.IllegalFormatConversionException, java.util.IllegalFormatFlagsException, java.util.MissingFormatWidthException, java.util.UnknownFormatFlagsException, java.util.UnknownFormatConversionException, java.util.DuplicateFormatFlagsException, java.util.IllegalFormatWidthException,
IllegalFormatException | public class IllegalFormatException extends IllegalArgumentException implements Serializable(Code) | | Unchecked Exception that is to be thrown out when a format string that
contains either an illegal syntax or format specifier is transferred as a
parameter. Only a subclass that is inherited explicitly from this exception
is allowed to be instantiated.
|
IllegalFormatException | IllegalFormatException()(Code) | | |
|
|