软件包 | 描述 |
---|---|
java.util |
包含集合框架、遗留的集合类、事件模型、日期和时间的设施、国际化和各种实用工具类(一个字符串标记,一个随机数发生器,和一位阵列)。
|
Modifier and Type | Class and Description |
---|---|
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
当给定一个未知标志时,未检查的异常引发。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.