public class DateTimeParseException

  1. Object
  2. Throwable
  3. Exception
  4. RuntimeException
  5. DateTimeException
  6. 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()