Class AggregationOperatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
io.deephaven.engine.table.impl.by.AggregationOperatorException
- All Implemented Interfaces:
Serializable
This exception provides more context when an aggregation operator throws an Exception.
When an aggregation operator results in an Error, this exception is added as a suppressed exception.
- See Also:
-
Constructor Summary
ConstructorDescriptionAggregationOperatorException
(String reason) AggregationOperatorException
(String reason, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AggregationOperatorException
-
AggregationOperatorException
-