Types

Link copied to clipboard
Link copied to clipboard
data class IllegalFormatConversionException(val currentChar: Char, val any: Any) : StringFormatterException
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class UnexpectedChar(val currentCharacter: Char) : StringFormatterException

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?