java.util.MissingFormatArgumentException
The unchecked exception will be thrown out if there no corresponding argument
with the specified conversion or an argument index that refers to a
missing argument.
Summary
Public Constructors
Public Methods
fillInStackTrace,
getCause,
getLocalizedMessage,
getMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace,
toString
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
MissingFormatArgumentException(String s)
Constructs an MissingFormatArgumentException with the specified
conversion that lacks the argument.
Parameters
s
| The specified conversion that lacks the argument.
|
Public Methods
public
String
getFormatSpecifier()
Returns the conversion associated with the exception.
Returns
- The conversion associated with the exception.
public
String
getMessage()
Returns the message of the exception.
Returns
- The message of the exception.