Re: Weird problem with lazy seqs and throwing exceptions

2010-06-24 Thread Steve Molitor
That did the trick, thanks. Steve On Thu, Jun 24, 2010 at 9:43 AM, Meikel Brandmeyer wrote: > Hi, > > On Jun 24, 6:34 am, Steve Molitor wrote: > > > user=> (throw (java.lang.Exception. (str "Whoops: " messages))) > > java.lang.Exception: Whoops: clojure.lang.lazy...@13291(NO_SOURCE_FILE:0) > >

Re: Weird problem with lazy seqs and throwing exceptions

2010-06-24 Thread Meikel Brandmeyer
Hi, On Jun 24, 6:34 am, Steve Molitor wrote: > user=> (throw (java.lang.Exception. (str "Whoops: " messages))) > java.lang.Exception: Whoops: clojure.lang.lazy...@13291 (NO_SOURCE_FILE:0) Wrap messages into a call to seq. Sincerely Meikel -- You received this message because you are subscrib