Module java.base

Class DateTimeParseException

java.lang.Object
All Implemented Interfaces:
Serializable

public class DateTimeParseException extends DateTimeException
An exception thrown when an error occurs during parsing.

This exception includes the text being parsed and the error index.

Implementation Requirements:
This class is intended for use in a single thread.
Since:
1.8
See Also: