> How can I catch a proxied Throwable class without catching everything?  I
> suppose I could grab the class and go at it with reflection...

I wrestled with this problem for a while, and got to "you can't do
it". At least, not without AOT compilation of some sort. I did come up
with a horrible, horrible hack that I'm simultaneously happy with and
ashamed of. You can check it out here:
https://github.com/candera/artifact/blob/master/src/artifact/error.clj

Tests are here in case they helps understand how it's supposed to
work: 
https://github.com/candera/artifact/blob/master/test/artifact/test/error_tests.clj

Again, this is a hack. Don't Try It At Home. :)

-- 
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

Reply via email to