Class ExceptionHandlerFilter

    • Constructor Detail

      • ExceptionHandlerFilter

        public ExceptionHandlerFilter​(int startOffset,
                                      int endOffset,
                                      ExceptionInfoVisitor exceptionInfoVisitor)
        Creates a new ExceptionHandlerFilter.
        Parameters:
        startOffset - the start of the instruction offset range.
        endOffset - the end of the instruction offset range.
        exceptionInfoVisitor - the ExceptionInfoVisitor to which visits will be delegated.