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:
java.io.Serializable
- Enclosing class:
- FormatUtil
public static class FormatUtil.ExcessiveOrMissingFormatArgumentException extends java.util.MissingFormatArgumentException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExcessiveOrMissingFormatArgumentException(int expected, int found)
Constructs an instance of this class with the actual argument length and the expected one.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getExpected()
int
getFound()
java.lang.String
getMessage()
-