Questions tagged [executionexception]
17 questions
0
votes
2 answers
How to set the ExecutionException thrown by AsyncTask's get method?
According to the official documentation, AsyncTask#get() throws an ExecutionException when an exception occurs in the threaded Task. How can I notify the current AsyncTask that an exception has been thrown in the AsyncTask#doInBackground(Params...)…

Gonzalo
- 3,674
- 2
- 26
- 28
-1
votes
1 answer
Android studio debugger : ExecutionException
Running debugger, but the Event log console print:
ExecutionException: Execution finished.
And I try to restart. But it don't work.

linkaipeng
- 483
- 7
- 9