public class MissingFormatArgumentException extends IllegalFormatException
除非另有说明,否则将null参数传递给此类中的任何方法或构造函数将导致抛出NullPointerException
。
Constructor and Description |
---|
MissingFormatArgumentException(String s)
使用不匹配的格式说明符构造此类的实例。
|
Modifier and Type | Method and Description |
---|---|
String |
getFormatSpecifier()
返回不匹配的格式说明符。
|
String |
getMessage()
返回此throwable的详细消息字符串。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MissingFormatArgumentException(String s)
s
- 没有相应参数的格式说明符
public String getFormatSpecifier()
public String getMessage()
Throwable
getMessage
在
Throwable
Throwable
实例的详细消息字符串(可能是
null
)。
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.