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