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:
Serializable
public class MissingFormatArgumentException extends FormatterException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description String
formatSpecifier
int
pos
-
Constructor Summary
Constructors Constructor Description MissingFormatArgumentException(int pos, String formatSpecifier)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-