Class IndeterminatePositionException

Object
All Implemented Interfaces:
Serializable

Thrown when a temporal operation cannot be performed because a position has an indeterminate value.

Example

This exception should be thrown by Instant.distance(TemporalPrimitive) if Instant.getIndeterminatePosition() returns a non-empty value different than IndeterminateValue.NOW.
Since:
3.1
See Also: