void execute(Runnable command)
Executor
implementation.command
- the runnable taskRejectedExecutionException
- if this task cannot be accepted for executionNullPointerException
- if command is null 原文:http://www.cnblogs.com/xxdfly/p/5635506.html