Class MissingFormatArgumentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- edu.umd.cs.findbugs.formatStringChecker.FormatterException
-
- edu.umd.cs.findbugs.formatStringChecker.MissingFormatArgumentException
-
- All Implemented Interfaces:
java.io.Serializable
public class MissingFormatArgumentException extends FormatterException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
formatSpecifier
int
pos
-
Constructor Summary
Constructors Constructor Description MissingFormatArgumentException(int pos, java.lang.String formatSpecifier)
-