GNU Classpath (0.95) | |
Frames | No Frames |
Classes derived from java.util.IllegalFormatException | |
class | Thrown when the flags supplied to the Formatter.format()
method of a Formatter contain duplicates.
|
class | Thrown when the flags supplied to the Formatter.format()
method of a Formatter contains a flag that does not match
the conversion character specified for it.
|
class | Thrown when a Formatter receives a character with an
invalid Unicode codepoint, as defined by
Character.isValidCodePoint(int) .
|
class | Thrown when the type of an argument supplied to the
Formatter.format() method of a Formatter
does not match the conversion character specified for it.
|
class | Thrown when the flags supplied to the Formatter.format()
method of a Formatter form an illegal combination.
|
class | Thrown when the specified precision for a Formatter
argument is illegal. |
class | Thrown when the specified width for a Formatter
argument is illegal. |
class | Thrown when the a format specification for a Formatter
refers to an argument that is non-existent, or an argument index
references a non-existent argument.
|
class | Thrown when the a format specification for a Formatter
does not include a width for a value where one is required.
|
class | Thrown when a Formatter is supplied with an
unknown conversion.
|
class | Thrown when a Formatter is supplied with an
unknown flag.
|
GNU Classpath (0.95) |