[jboss-user] [JBoss AOP Development] New message: "Re: ClassPool Refactoring"

Ales Justin do-not-reply at jboss.com
Fri Jan 8 05:24:41 EST 2010


User development,

A new message was posted in the thread "ClassPool Refactoring":

http://community.jboss.org/message/518914#518914

Author  : Ales Justin
Profile : http://community.jboss.org/people/alesj

Message:
--------------------------------------------------------------
> It is just to have extra information about which classpool could not find it, but you could do that with trace logging instead:
>  
> *catch*(NotFoundException e)
> {
>    *if* (trace)
>       log.trace(classname + " could not be found from " + this, e);
>    *throw* e;
> }
> 
Done.

--------------------------------------------------------------

To reply to this message visit the message page: http://community.jboss.org/message/518914#518914




More information about the jboss-user mailing list