Class Formatter
java.lang.Object
edu.umd.cs.findbugs.formatStringChecker.Formatter
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Formatter
public Formatter()
-
-
Method Details
-
check
public static void check(String format, String... args) throws ExtraFormatArgumentsException, IllegalFormatConversionException, IllegalFormatException, FormatFlagsConversionMismatchException, MissingFormatArgumentException, FormatterNumberFormatException
-