Class DateTimeTemporalQueryException

  • All Implemented Interfaces:
    Serializable

    public class DateTimeTemporalQueryException
    extends DateTimeException
    An exception thrown when an error occurs during a temporal query during a parse operation from classes in this package. The exception is used when the expected elements are not found in the temporal. Typically the exception gets wrapped in a DateTimeParseException so that this exception is mainly used as a linked exception, not the primary (top-level) exception.
    See Also:
    TemporalQuery, Serialized Form
    • Constructor Detail

      • DateTimeTemporalQueryException

        public DateTimeTemporalQueryException​(String message,
                                              Throwable cause)
      • DateTimeTemporalQueryException

        public DateTimeTemporalQueryException​(String message)