| java.lang.Object | ||||||
| ↳ | java.lang.Throwable | |||||
| ↳ | java.lang.Exception | |||||
| ↳ | java.lang.RuntimeException | |||||
| ↳ | java.lang.IllegalArgumentException | |||||
| ↳ | java.util.IllegalFormatException | |||||
| ↳ | java.util.UnknownFormatConversionException | |||||
An
UnknownFormatConversionException
will be thrown if the format
conversion is unknown.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Constructs an
UnknownFormatConversionException
with the unknown
format conversion.
|
||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Returns the conversion associated with the exception.
|
||||||||||
|
|
Returns the detail message which was provided when this
Throwable
was created.
|
||||||||||
|
[Expand]
Inherited Methods
|
|||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
|
|||||||||||||||||||||||||||||||||||||
From class
java.lang.Object
|
|||||||||||||||||||||||||||||||||||||
Constructs an
UnknownFormatConversionException
with the unknown
format conversion.
| s | the unknown format conversion. |
|---|
Returns the conversion associated with the exception.
Returns the detail message which was provided when this
Throwable
was created. Returns
null
if no message was
provided at creation time.