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, getConversion
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IllegalFormatConversionCategoryException(ConversionCategory expected, ConversionCategory found)
public ConversionCategory getExpected()
public ConversionCategory getFound()
public String getMessage()
getMessage
in class IllegalFormatConversionException