Interface IndicatorsExecutionResult


public interface IndicatorsExecutionResult
Global execution result of all indicators.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns all exceptions thrown during an indicator execution.
    boolean
    Returns true if at least one indicator has failed.
  • Method Details

    • hasFailed

      boolean hasFailed()
      Returns true if at least one indicator has failed.
    • getExceptions

      List<DQIdException> getExceptions()
      Returns all exceptions thrown during an indicator execution.