public static class FormatUtil.IllegalFormatConversionCategoryException
extends java.util.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() |
java.lang.String |
getMessage() |
getArgumentClass, getConversionpublic IllegalFormatConversionCategoryException(ConversionCategory expected, ConversionCategory found)
public ConversionCategory getExpected()
public ConversionCategory getFound()
public java.lang.String getMessage()
getMessage in class java.util.IllegalFormatConversionException