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