On Jan 29, 2013, at 4:56 PM, Michael Klishin wrote:

> 
> 2013/1/30 larry google groups <lawrencecloj...@gmail.com>
> That is good to know. I have the top level function call wrapped in a 
> try/catch block, but I suppose I'll get better results if I do more of the 
> try/catch at a lower level, closer to the problem.
> 
> Wrap the entire new thread "body" in a try/catch, it should reveal any 
> exceptions there may be.

Also, if you're actually revving up new Threads, this sometimes comes in handy:

        
http://docs.oracle.com/javase/6/docs/api/java/lang/Thread.html#setDefaultUncaughtExceptionHandler%28java.lang.Thread.UncaughtExceptionHandler%29

- Chas

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to