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