java.util.MissingFormatWidthException
The unchecked exception will be thrown out if the format width is missing but
is required.
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
MissingFormatWidthException(String s)
Constructs a MissingFormatWidthException with the specified format
specifier.
Parameters
s
| The specified format specifier.
|
Public Methods
public
String
getFormatSpecifier()
Returns the format specifier associated with the exception.
Returns
- The format specifier associated with the exception.
public
String
getMessage()
Returns the message of the exception.
Returns
- The message of the exception.