public class FormatFlagsConversionMismatchException extends IllegalFormatException
Unless otherwise specified, passing a null argument to any method or constructor in this class will cause a NullPointerException to be thrown.
| Constructor and Description |
|---|
FormatFlagsConversionMismatchException(String
Constructs an instance of this class with the specified flag and conversion.
|
| Modifier and Type | Method and Description |
|---|---|
char |
getConversion()
Returns the incompatible conversion.
|
String |
getFlags()
Returns the incompatible flag.
|
String |
getMessage()
Returns the detail message string of this throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FormatFlagsConversionMismatchException(Stringf, char c)
f - The flag
c - The conversion
public StringgetFlags()
public char getConversion()
public StringgetMessage()
Throwable
getMessage in class
Throwable
Throwable instance (which may be
null).