Class AggregationOperatorException

All Implemented Interfaces:
Serializable

public class AggregationOperatorException extends UncheckedDeephavenException
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 Details

    • AggregationOperatorException

      public AggregationOperatorException(String reason, Throwable cause)
    • AggregationOperatorException

      public AggregationOperatorException(String reason)