Uses of Class
java.util.IllegalFormatException
-
Packages that use IllegalFormatException 软件包 描述 java.util 包含集合框架,一些国际化支持类,服务加载器,属性,随机数生成,字符串解析和扫描类,base64编码和解码,位数组和几个其他实用程序类。 -
-
Uses of IllegalFormatException in java.util
Subclasses of IllegalFormatException in java.util 变量和类型 类 描述 class
DuplicateFormatFlagsException
在格式说明符中提供重复标志时,抛出未经检查的异常。class
FormatFlagsConversionMismatchException
转换和标志不兼容时抛出未经检查的异常。class
IllegalFormatCodePointException
当Character.isValidCodePoint(int)
定义的具有无效Unicode代码点的字符传递给Formatter
时,抛出未经检查的异常。class
IllegalFormatConversionException
当与格式说明符对应的参数是不兼容的类型时,抛出未经检查的异常。class
IllegalFormatFlagsException
当给出非法组合标志时,抛出未经检查的异常。class
IllegalFormatPrecisionException
当精度为-1
以外的负值时,抛出未经检查的异常,转换不支持精度,否则不支持该值。class
IllegalFormatWidthException
当格式宽度为-1
以外的-1
或不支持时,抛出未经检查的异常。class
MissingFormatArgumentException
当存在没有相应参数的格式说明符或参数索引引用不存在的参数时,抛出未经检查的异常。class
MissingFormatWidthException
当需要格式宽度时,抛出未经检查的异常。class
UnknownFormatConversionException
在给出未知转换时抛出未经检查的异常。class
UnknownFormatFlagsException
给出未知标志时抛出未经检查的异常。
-