 
                            ...
| Wiki Markup | 
|---|
| The {{ExecutorService.submit()}} method can be used (in place of the {{execute()}} method) to submit a task to a thread pool and obtain a {{Future}} object. When the task is submitted via  {{ExecutorService.submit()}}, thrown exceptions never reach the uncaught exception handler because the thrown exception is considered to be part of the return status and is consequently wrapped in an {{ExecutionException}} and rethrown by {{Future.get()}} \[[Goetz 20062006a|AA. References#Goetz 06]\]. | 
...
| <ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="711b6aea90e0dc65-d43bc4ad-47cb4efc-baba9589-a0d982ff19755fa5de7231d7"><ac:plain-text-body><![CDATA[ | [[API 2006 | AA. References#API 06]] |  Interfaces  | ]]></ac:plain-text-body></ac:structured-macro> | 
| <ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="00bf4367086cadf0-07f8b64e-45c04fa4-b215857a-25d7ab847211a43d003b5c88"><ac:plain-text-body><![CDATA[ | [[Goetz 20062006a | AA. References#Goetz 06]] | Chapter 7.3, Handling Abnormal Thread Termination | ]]></ac:plain-text-body></ac:structured-macro> | 
...