edu.umd.cs.findbugs.formatStringChecker
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
pos
public final int pos
formatSpecifier
public final String formatSpecifier
MissingFormatArgumentException
public MissingFormatArgumentException(int pos,
String formatSpecifier)