Module org.elasticsearch.compute
Class InvalidTemporalityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.compute.aggregation.InvalidTemporalityException
- All Implemented Interfaces:
Serializable
Exception thrown when an invalid temporality value is encountered during resolution.
This exception is used by
TemporalityAccessor.create(org.elasticsearch.compute.data.BytesRefBlock, Temporality)
to signal that a temporality value is neither "cumulative" nor "delta".- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidTemporalityException
public InvalidTemporalityException(org.apache.lucene.util.BytesRef invalidValue)
-