Serialized Form


Package edu.umd.cs.findbugs.formatStringChecker

Class edu.umd.cs.findbugs.formatStringChecker.ExtraFormatArgumentsException extends FormatterException implements Serializable

serialVersionUID: 1L

Serialized Fields

provided

int provided

used

int used

Class edu.umd.cs.findbugs.formatStringChecker.FormatterException extends Exception implements Serializable

serialVersionUID: 1L

Class edu.umd.cs.findbugs.formatStringChecker.IllegalFormatConversionException extends FormatterException implements Serializable

serialVersionUID: 1L

Serialized Fields

formatSpecifier

String formatSpecifier

conversion

char conversion

signature

String signature

argIndex

int argIndex

Class edu.umd.cs.findbugs.formatStringChecker.MissingFormatArgumentException extends FormatterException implements Serializable

serialVersionUID: 1L

Serialized Fields

pos

int pos

formatSpecifier

String formatSpecifier