- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- java.util.IllegalFormatException
-
- 实现的所有接口
-
Serializable
- 已知直接子类:
-
DuplicateFormatFlagsException
,FormatFlagsConversionMismatchException
,IllegalFormatCodePointException
,IllegalFormatConversionException
,IllegalFormatFlagsException
,IllegalFormatPrecisionException
,IllegalFormatWidthException
,MissingFormatArgumentException
,MissingFormatWidthException
,UnknownFormatConversionException
,UnknownFormatFlagsException
public class IllegalFormatException extends IllegalArgumentException
当格式字符串包含非法语法或与给定参数不兼容的格式说明符时,抛出未经检查的异常。 应该仅实例化对应于特定错误的此异常的显式子类型。- 从以下版本开始:
- 1.5
- 另请参见:
- Serialized Form
-
-
方法摘要
-