类 ExceptionHandlerFilter

    • 构造器详细资料

      • ExceptionHandlerFilter

        public ExceptionHandlerFilter​(int startOffset,
                                      int endOffset,
                                      ExceptionInfoVisitor exceptionInfoVisitor)
        Creates a new ExceptionHandlerFilter.
        参数:
        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.