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()