Class FormatUtil.ExcessiveOrMissingFormatArgumentException

All Implemented Interfaces:
Serializable
Enclosing class:
FormatUtil

public static class FormatUtil.ExcessiveOrMissingFormatArgumentException extends MissingFormatArgumentException
See Also:
  • Constructor Details

    • ExcessiveOrMissingFormatArgumentException

      public ExcessiveOrMissingFormatArgumentException(int expected, int found)
      Constructs an instance of this class with the actual argument length and the expected one.
  • Method Details