Class FormatUtil.IllegalFormatConversionCategoryException

All Implemented Interfaces:
Serializable
Enclosing class:
FormatUtil

public static class FormatUtil.IllegalFormatConversionCategoryException extends IllegalFormatConversionException
See Also:
  • Constructor Details

    • IllegalFormatConversionCategoryException

      public 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.
  • Method Details

    • getExpected

      public org.checkerframework.checker.formatter.qual.ConversionCategory getExpected()
    • getFound

      public org.checkerframework.checker.formatter.qual.ConversionCategory getFound()
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class IllegalFormatConversionException