场景: 当`BlockHandler`遇到可变参数的方法,在加`BlockException`参数时,会提示 '`Vararg parameter must be the last in the list`',如图: <img width="1060" height="90" alt="Image" src="https://github.com/user-attachments/assets/497de2a8-5a9c-493e-9239-14f565b2946b" /> 诉求: 在不改变方法签名的情况下,如何处理?