public static class FormatUtil.IllegalFormatConversionCategoryException extends IllegalFormatConversionException
| Constructor and Description |
|---|
IllegalFormatConversionCategoryException(ConversionCategory expected,
ConversionCategory found)
Constructs an instance of this class with the mismatched conversion and the expected one.
|
| Modifier and Type | Method and Description |
|---|---|
ConversionCategory |
getExpected() |
ConversionCategory |
getFound() |
String |
getMessage() |
getArgumentClass, getConversionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalFormatConversionCategoryException(ConversionCategory expected, ConversionCategory found)
public ConversionCategory getExpected()
public ConversionCategory getFound()
public String getMessage()
getMessage in class IllegalFormatConversionException