Re: [aspectwerkz-user] can we use Exception class to handle all types of Exceptions
Alexandru Popescu <[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.user |
|---|---|
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [quote Ravi Kumar::on 3/18/2005 2:39 PM] > how can i give the entire package in the within() if my package stucture > is like this : > > com.mycom.core > .util > .aop > > > > > On Fri, 18 Mar 2005 04:11:20 -0800 (PST), ravi kumar <[email protected]> wrote: >> >> hi all, >> >> i am going to write Exception Aspect which has to >> handle all the >> different types of Exceptions like >> SQLException,NullPointerException...etc >> >> so for that to achieve can i use the below tag in the >> aop.xml >> configuration tag >> >> <aspect class="ExceptionHandlingAspect"> >> <pointcut name="AllException" >> expression="handler(java.lang.Exception+) "/> >> <advice name="getException" >> type="before" >> bind-to="AllException" /> >> </aspect> >> >> so that it will handle all the classes in the entrie >> package. >> >> and in the aspect class i will check the Exception >> type by using " >> instanaof " >> >> is it the right way ...? >> >> waiting for ur reply >> >> with regards >> ravi kumar >> >> __________________________________ >> Do you Yahoo!? >> Make Yahoo! your home page >> http://www.yahoo.com/r/hs >> > Isn't this working com.mycom.core.*..*? (Pls do not start many threads with the same question). - -- :alex |.::the_mindstorm::.| -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (MingW32) iD8DBQFCOtPYOCPjdDT2FEURAlNAAKCXykpokyTgS/jpl+FOAYdFi2pbjwCfejws qRgwpbQZRvNWVvmDsCGG5Dk= =t7i8 -----END PGP SIGNATURE-----