"From an AIDL service"? Some, even many Services use AIDL, but the AIDL 
file only describes the data-marshaling for the Service. So if you mean 
"can I throw an exception from the AIDL file", the answer is no. But why 
would you want to? You can throw an exception from the Service itself 
exactly the same way you throw an Exception from any application component 
written in Java.

On Friday, October 25, 2013 5:36:14 PM UTC-7, giles ian wrote:
>
> Can I throw a custom exception from an aidl service. If yes how ??
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to