Class FormatUtil.ExcessiveOrMissingFormatArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
java.util.IllegalFormatException
java.util.MissingFormatArgumentException
org.checkerframework.checker.formatter.util.FormatUtil.ExcessiveOrMissingFormatArgumentException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- FormatUtil
public static class FormatUtil.ExcessiveOrMissingFormatArgumentException
extends MissingFormatArgumentException
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionExcessiveOrMissingFormatArgumentException(int expected, int found) Constructs an instance of this class with the actual argument length and the expected one.
- 
Method SummaryMethods inherited from class java.util.MissingFormatArgumentExceptiongetFormatSpecifierMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ExcessiveOrMissingFormatArgumentExceptionpublic ExcessiveOrMissingFormatArgumentException(int expected, int found) Constructs an instance of this class with the actual argument length and the expected one.
 
- 
- 
Method Details- 
getExpectedpublic int getExpected()
- 
getFoundpublic int getFound()
- 
getMessage- Overrides:
- getMessagein class- MissingFormatArgumentException
 
 
-