edu.umd.cs.findbugs.formatStringChecker
Class MissingFormatArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.umd.cs.findbugs.formatStringChecker.FormatterException
              extended by edu.umd.cs.findbugs.formatStringChecker.MissingFormatArgumentException
All Implemented Interfaces:
Serializable

public class MissingFormatArgumentException
extends FormatterException

See Also:
Serialized Form

Field Summary
 String formatSpecifier
           
 int pos
           
 
Constructor Summary
MissingFormatArgumentException(int pos, String formatSpecifier)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

pos

public final int pos

formatSpecifier

public final String formatSpecifier
Constructor Detail

MissingFormatArgumentException

public MissingFormatArgumentException(int pos,
                                      String formatSpecifier)