这样写有啥问题?
try{ ... new Thread(new Runnable() { @Override public void run() { ...// 这里抛异常的话 } }).start(); ... } catch(Exception e){ ... }