java.util.FormatFlagsConversionMismatchException
The unchecked exception will be thrown out if a conversion and flags are
incompatible.
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
FormatFlagsConversionMismatchException(String f, char c)
Construct a FormatFlagsConversionMismatchException with the flags and
conversion specified.
Parameters
f
| The flags |
c
| The conversion
|
Public Methods
public
char
getConversion()
Returns the incompatible Conversion.
Returns
- The incompatible Conversion.
public
String
getFlags()
Returns the incompatible format flag.
Returns
- The incompatible format flag.
public
String
getMessage()
Returns the message string of the FormatFlagsConversionMismatchException.
Returns
- The message string of the FormatFlagsConversionMismatchException.