Kaluga
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kaluga
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
expect
open
val
cause
:
Throwable
?
current
Char
Link copied to clipboard
val
currentChar
:
Char
message
Link copied to clipboard
expect
open
val
message
:
String
?