Redian新闻
>
如何把函数体放入到 try ... catch ... 中
avatar
如何把函数体放入到 try ... catch ... 中# Java - 爪哇娇娃
q*s
1
为了调试,需要把java代码中每个函数体放入
try ... catch ...
语句中,请教各位高手,有没有这样的工具可以直接使用。
自己写感到需要处理的情况太多了,多谢!
avatar
b*y
2
不太明白为啥需要这样做。你可以就在主函数中加上try, catch, 然后,其他的函数都
throw exception就行了。
debug的时候,可以dump出来stack trace.
avatar
r*l
3
AOP。

【在 q***s 的大作中提到】
: 为了调试,需要把java代码中每个函数体放入
: try ... catch ...
: 语句中,请教各位高手,有没有这样的工具可以直接使用。
: 自己写感到需要处理的情况太多了,多谢!

avatar
s*e
4
that is kind of abusing exception handling block.
but if you have to do it. as suggested by redbull, aop is yur best shot.
if runtime performance is your concern, trying aspectj.
if you are in spring env, using spring native aop, but it will weave the
aspects on runtime.
if you are in jboss env, it also has its own aop, in which aspects will be
woven at classloading time.
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。