Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 OPAL 框架中,如何从方法或其描述符中获取所有抛出的异常?我找不到任何返回它们的方法。
我只对方法的 throws-declaration 中列出的那些异常感兴趣。
该Method对象提供了exceptionTable返回类型 Option 的方法ExceptionTable。如果表不为空,则它包含声明的异常列表。
Method
exceptionTable
ExceptionTable