Class DateTimeParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.time.format.DateTimeParseException

public class DateTimeParseException extends RuntimeException
  • Constructor Details

    • DateTimeParseException

      public DateTimeParseException(String message, CharSequence parsedData, int errorIndex)
  • Method Details

    • getParsedString

      public String getParsedString()
    • getErrorIndex

      public int getErrorIndex()