Client and backend. This class is shared: the same code is compiled into your app and into your server, so everything on this page works in both.
public class DateTimeParseException
- Object
- Throwable
- Exception
- RuntimeException
- DateTimeException
- DateTimeParseException
Constructors
public DateTimeParseException(String message, CharSequence parsedData, int errorIndex) | |
public DateTimeParseException(String message, CharSequence parsedData, int errorIndex, Throwable cause) |
Methods
public String getParsedString() | |
public int getErrorIndex() |
Inherited methods
Constructor details
DateTimeParseException
public DateTimeParseException(String message, CharSequence parsedData, int errorIndex)DateTimeParseException
public DateTimeParseException(String message, CharSequence parsedData, int errorIndex, Throwable cause)Method details
getParsedString
public String getParsedString()getErrorIndex
public int getErrorIndex()