Module java.base

Class UnsupportedTemporalTypeException

java.lang.Object
All Implemented Interfaces:
Serializable

public class UnsupportedTemporalTypeException extends DateTimeException
UnsupportedTemporalTypeException indicates that a ChronoField or ChronoUnit is not supported for a Temporal class.
Implementation Requirements:
This class is intended for use in a single thread.
Since:
1.8
See Also: