Class FormatUtil.IllegalFormatConversionCategoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
java.util.IllegalFormatException
java.util.IllegalFormatConversionException
org.checkerframework.checker.formatter.util.FormatUtil.IllegalFormatConversionCategoryException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FormatUtil
public static class FormatUtil.IllegalFormatConversionCategoryException
extends IllegalFormatConversionException
- See Also:
-
Constructor Summary
ConstructorDescriptionIllegalFormatConversionCategoryException
(ConversionCategory expected, ConversionCategory found) Constructs an instance of this class with the mismatched conversion and the expected one. -
Method Summary
Methods inherited from class java.util.IllegalFormatConversionException
getArgumentClass, getConversion
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalFormatConversionCategoryException
public IllegalFormatConversionCategoryException(ConversionCategory expected, ConversionCategory found) Constructs an instance of this class with the mismatched conversion and the expected one.
-
-
Method Details
-
getExpected
-
getFound
-
getMessage
- Overrides:
getMessage
in classIllegalFormatConversionException
-