InvalidDateStringException
class InvalidDateStringException(data: String, at: Int, pattern: String) : IllegalStateException(source)
Thrown when the date string doesn't the string pattern.
Thrown when the date string doesn't the string pattern.