Class DateTimeParseException


public class DateTimeParseException extends DateTimeException
  • 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()