No examples for this method.
Frequently called with: [Clear]
-1
java.lang.Object | ||||||
↳ | java.lang.Throwable | |||||
↳ | java.lang.Exception | |||||
↳ | java.lang.RuntimeException | |||||
↳ | java.lang.IllegalArgumentException | |||||
↳ | java.util.IllegalFormatException | |||||
↳ | java.util.IllegalFormatConversionException |
An IllegalFormatConversionException
will be thrown when the parameter is incompatible with the corresponding format specifier.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Constructs a new
IllegalFormatConversionException with the class of the mismatched conversion and corresponding parameter.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Returns the class of the mismatched parameter.
|
||||||||||
|
Returns the incompatible conversion.
|
||||||||||
|
Returns the extra information message which was provided when this
Throwable was created.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
Constructs a new IllegalFormatConversionException
with the class of the mismatched conversion and corresponding parameter.
c | the class of the mismatched conversion. |
---|---|
arg | the corresponding parameter. |
Returns the class of the mismatched parameter.
Returns the incompatible conversion.
Returns the extra information message which was provided when this Throwable
was created. Returns null
if no message was provided at creation time.
Throwable
's detail message.