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:
java.io.Serializable
- Enclosing class:
- FormatUtil
public static class FormatUtil.IllegalFormatConversionCategoryException extends java.util.IllegalFormatConversionException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalFormatConversionCategoryException(ConversionCategory expected, ConversionCategory found)
Constructs an instance of this class with the mismatched conversion and the expected one.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConversionCategory
getExpected()
ConversionCategory
getFound()
java.lang.String
getMessage()
-
Methods inherited from class java.util.IllegalFormatConversionException
getArgumentClass, getConversion
-
-
-
-
Constructor Detail
-
IllegalFormatConversionCategoryException
public IllegalFormatConversionCategoryException(ConversionCategory expected, ConversionCategory found)
Constructs an instance of this class with the mismatched conversion and the expected one.
-
-
Method Detail
-
getExpected
public ConversionCategory getExpected()
-
getFound
public ConversionCategory getFound()
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in classjava.util.IllegalFormatConversionException
-
-