Class ExceptionAggregator


  • public class ExceptionAggregator
    extends java.lang.Object
    • Field Detail

      • exceptionsByRange

        private final java.util.List<ExceptionGroup> exceptionsByRange
      • lutByOffset

        private final java.util.Map<java.lang.Integer,​java.lang.Integer> lutByOffset
      • aggressiveAggregate

        private final boolean aggressiveAggregate
      • aggressiveAggregate2

        private final boolean aggressiveAggregate2
      • removedLoopingExceptions

        private final boolean removedLoopingExceptions
    • Method Detail

      • getExceptionsGroups

        public java.util.List<ExceptionGroup> getExceptionsGroups()
      • removeSynchronisedHandlers

        public void removeSynchronisedHandlers​(java.util.Map<java.lang.Integer,​java.lang.Integer> lutByIdx)
      • aggressiveRethrowPruning

        public void aggressiveRethrowPruning()
      • aggressiveImpossiblePruning

        public void aggressiveImpossiblePruning()
      • RemovedLoopingExceptions

        public boolean RemovedLoopingExceptions()