java.util.IllegalFormatFlagsException
The unchecked exception will be thrown out if the combination of the format
flags is illegal.
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
IllegalFormatFlagsException(String f)
Constructs an IllegalFormatFlagsException with the specified flags.
Public Methods
public
String
getFlags()
Return the flags that are illegal.
Returns
- The flags that are illegal.
public
String
getMessage()
Return the message string of the IllegalFormatFlagsException.
Returns
- The message string of the IllegalFormatFlagsException.