public class DuplicateFormatFlagsException
extends IllegalFormatException
java.lang.Object | ||||||
↳ | java.lang.Throwable | |||||
↳ | java.lang.Exception | |||||
↳ | java.lang.RuntimeException | |||||
↳ | java.lang.IllegalArgumentException | |||||
↳ | java.util.IllegalFormatException | |||||
↳ | java.util.DuplicateFormatFlagsException |
在格式说明符中提供重复标志时引发未经检查的异常。
除非另有说明,否则将 null参数传递给 此类中的任何方法或构造函数将导致抛出 NullPointerException
。
Public constructors |
|
---|---|
DuplicateFormatFlagsException(String f) 用指定的标志构造这个类的一个实例。 |
Public methods |
|
---|---|
String |
getFlags() 返回包含重复标志的一组标志。 |
String |
getMessage() 返回此throwable的详细消息字符串。 |
Inherited methods |
|
---|---|
From class java.lang.Throwable
|
|
From class java.lang.Object
|
DuplicateFormatFlagsException (String f)
用指定的标志构造这个类的一个实例。
Parameters | |
---|---|
f |
String : The set of format flags which contain a duplicate flag. |
String getMessage ()
返回此throwable的详细消息字符串。
Returns | |
---|---|
String |
the detail message string of this Throwable instance (which may be null ). |