ParseException
class ParseException : IllegalArgumentException
Thrown to indicate that the application has attempted to convert a string to one of the specific types, but that the string does not have the appropriate format. Please check the message for more details on the failure.
Constructors
Thrown to indicate that the application has attempted to convert a string to one of the specific types, but that the string does not have the appropriate format. Please check the message for more details on the failure. |
Properties
val cause: Throwable? |
|
val message: String |
Extension Properties
Root cause of the Throwable. |