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

Brian

On Mon, Aug 22, 2011 at 3:21 PM, David Powell <d...@djpowell.net> wrote:

> You can use proxy for this.  It doesn't create wrappers, it creates a
> proper subclass with methods that delegate to clojure functions via var
> lookup.
>

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