java.util.DuplicateFormatFlagsException
The unchecked exception will be thrown out if there are duplicate flags given
out in the format specifier.
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
DuplicateFormatFlagsException(String f)
Constructs a DuplicateFormatFlagsException which flags is specified.
Parameters
f
| The format flags that contain a duplicate flag.
|
Public Methods
public
String
getFlags()
Returns the format flags that contain a duplicate flag.
Returns
- The format flags that contain a duplicate flag.
public
String
getMessage()
Returns the message string of the DuplicateFormatFlagsException.
Returns
- The message string of the DuplicateFormatFlagsException.