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 <[email protected]> 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 [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
