edu.umd.cs.findbugs.formatStringChecker
public class IllegalFormatConversionException extends FormatterException
Constructor Summary | |
---|---|
IllegalFormatConversionException(String formatSpecifier, char conversion, String signature)
Constructs an instance of this class with the mismatched conversion and
the corresponding argument class.
|
Method Summary | |
---|---|
int | getArgIndex() |
String | getArgumentSignature()
Returns the class of the mismatched argument.
|
char | getConversion() |
String | getFormatSpecifier() |
String | getMessage() |
void | setArgIndex(int argIndex) |
Parameters: formatSpecifier Inapplicable format specifier signature Signature of the mismatched argument
Returns: The class of the mismatched argument