Hey Guys, I would like to remove the try/catch blocks from my business layer (exception like java.lang.Exception). Is there some approach like AOP where you can define an interceptor and can use an unique method to handle catch exceptions?
Basically my idea is turn my business layer as clear as it possible. Thanks, Luiz -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

