- IllegalFormatConversionException - Exception in java.util
-
Unchecked exception thrown when the argument corresponding to the format specifier is of an incompatible type.
- IllegalFormatConversionException(char, Class<?>) - Constructor for exception java.util.IllegalFormatConversionException
-
Constructs an instance of this class with the mismatched conversion and the corresponding argument class.
- IllegalFormatException - Exception in java.util
-
Unchecked exception thrown when a format string contains an illegal syntax or a format specifier that is incompatible
with the given arguments.
- IllegalFormatFlagsException - Exception in java.util
-
Unchecked exception thrown when an illegal combination flags is given.
- IllegalFormatFlagsException(String) - Constructor for exception java.util.IllegalFormatFlagsException
-
Constructs an instance of this class with the specified flags.
- IllegalFormatPrecisionException - Exception in java.util
-
Unchecked exception thrown when the precision is a negative value other than -1, the conversion does not
support a precision, or the value is otherwise unsupported.
- IllegalFormatPrecisionException(int) - Constructor for exception java.util.IllegalFormatPrecisionException
-
Constructs an instance of this class with the specified precision.
- IllegalFormatWidthException - Exception in java.util
-
Unchecked exception thrown when the format width is a negative value other than -1 or is otherwise
unsupported.
- IllegalFormatWidthException(int) - Constructor for exception java.util.IllegalFormatWidthException
-
Constructs an instance of this class with the specified width.
- ioException() - Method in class java.util.Formatter
-
Returns the IOException
last thrown by this formatter's Appendable
.
- isExceptional() - Method in interface sun.misc.FloatingDecimal.BinaryToASCIIConverter
-
Indicates whether the value is either infinite or not a number.
- isNegative() - Method in interface sun.misc.FloatingDecimal.BinaryToASCIIConverter
-
Indicates the sign of the value.