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 Modifier and Type Class 描述 class
DuplicateFormatFlagsException
在格式说明符中提供重复标志时抛出未经检查的异常。class
FormatFlagsConversionMismatchException
转换和标志不兼容时抛出未经检查的异常。class
IllegalFormatCodePointException
当一个具有无效Unicode代码的字符由Character.isValidCodePoint(int)
定义的字符传递给Formatter
时,会抛出未检查的异常。class
IllegalFormatConversionException
当对应于格式说明符的参数是不兼容的类型时抛出未检查的异常。class
IllegalFormatFlagsException
提供非法组合标志时抛出未检查的异常。class
IllegalFormatPrecisionException
当精度为-1
以外的负值时,抛出未检查的异常,转换不支持精度,否则不支持该值。class
IllegalFormatWidthException
当格式宽度为-1
以外的否定值时,抛出未经检查的异常,否则不受支持。class
MissingFormatArgumentException
当有格式说明符没有相应的参数或参数索引引用不存在的参数时抛出未检查的异常。class
MissingFormatWidthException
需要格式宽度时抛出未检查的异常。class
UnknownFormatConversionException
给出未知转换时抛出未检查的异常。class
UnknownFormatFlagsException
给定未知标志时抛出未检查的异常。
-