toggle menu
Kaluga
1.3.0-SNAPSHOT
common
switch theme
search in API
base
/
com.splendo.kaluga.base.text
/
StringFormatterException
/
IllegalFormatConversionException
Illegal
Format
Conversion
Exception
data
class
IllegalFormatConversionException
(
val
currentChar
:
Char
,
val
any
:
Any
)
:
StringFormatterException
Members
Constructors
Illegal
Format
Conversion
Exception
Link copied to clipboard
constructor
(
currentChar
:
Char
,
any
:
Any
)
Properties
any
Link copied to clipboard
val
any
:
Any
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
current
Char
Link copied to clipboard
val
currentChar
:
Char
message
Link copied to clipboard
open
val
message
:
String
?