edu.umd.cs.findbugs.formatStringChecker
Class ExtraFormatArgumentsException

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.ExtraFormatArgumentsException
All Implemented Interfaces:
Serializable

public class ExtraFormatArgumentsException
extends FormatterException

See Also:
Serialized Form

Field Summary
 int provided
           
 int used
           
 
Constructor Summary
ExtraFormatArgumentsException(int provided, int used)
           
 
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

provided

public final int provided

used

public final int used
Constructor Detail

ExtraFormatArgumentsException

public ExtraFormatArgumentsException(int provided,
                                     int used)