public static class FormatUtil.ExcessiveOrMissingFormatArgumentException extends MissingFormatArgumentException
| Constructor and Description | 
|---|
| ExcessiveOrMissingFormatArgumentException(int expected,
                                         int found)Constructs an instance of this class with the actual argument length and the expected one. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getExpected() | 
| int | getFound() | 
| String | getMessage() | 
getFormatSpecifieraddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExcessiveOrMissingFormatArgumentException(int expected,
                                                 int found)
public int getExpected()
public int getFound()
public String getMessage()
getMessage in class MissingFormatArgumentException