InvalidDateStringException

class InvalidDateStringException(data: String, at: Int, pattern: String) : IllegalStateException

Thrown when the date string doesn't the string pattern.

Constructors

Link copied to clipboard
fun InvalidDateStringException(data: String, at: Int, pattern: String)

Properties

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