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.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 extra information message which was provided when this
Throwable was created.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
Constructs an UnknownFormatConversionException
with the unknown format conversion.
s | the unknown format conversion. |
---|
Returns the conversion associated with the exception.
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.