jdk/src/share/classes/java/time/format/DateTimeParseException.java
changeset 17474 8c100beabcc0
parent 15289 3ac550392e43
equal deleted inserted replaced
17473:35cd9b3a98ff 17474:8c100beabcc0
    66 /**
    66 /**
    67  * An exception thrown when an error occurs during parsing.
    67  * An exception thrown when an error occurs during parsing.
    68  * <p>
    68  * <p>
    69  * This exception includes the text being parsed and the error index.
    69  * This exception includes the text being parsed and the error index.
    70  *
    70  *
    71  * <h3>Specification for implementors</h3>
    71  * @implSpec
    72  * This class is intended for use in a single thread.
    72  * This class is intended for use in a single thread.
    73  *
    73  *
    74  * @since 1.8
    74  * @since 1.8
    75  */
    75  */
    76 public class DateTimeParseException extends DateTimeException {
    76 public class DateTimeParseException extends DateTimeException {