Class FormatUtil.IllegalFormatConversionCategoryException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    FormatUtil

    public static class FormatUtil.IllegalFormatConversionCategoryException
    extends java.util.IllegalFormatConversionException
    See Also:
    Serialized Form
    • 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
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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

      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.util.IllegalFormatConversionException