Re: Catching ClassNotFoundException.

2010-12-16 Thread Nicolas Buduroi
Cool, that explain everything. Thanks On Dec 16, 4:40 am, Meikel Brandmeyer wrote: > Hi, > > Am 16.12.2010 um 04:16 schrieb Nicolas Buduroi: > > > So we could always use RT/classForName to detect what classes are > > available. Do you think the extend-type thrown exception can possibly > > be fix

Re: Catching ClassNotFoundException.

2010-12-16 Thread Meikel Brandmeyer
Hi, Am 16.12.2010 um 04:16 schrieb Nicolas Buduroi: > So we could always use RT/classForName to detect what classes are > available. Do you think the extend-type thrown exception can possibly > be fixed or is it a fundamental limitation? I think the problem here is „when“ not „where.“ The „exten

Re: Catching ClassNotFoundException.

2010-12-15 Thread Nicolas Buduroi
Halloway wrote: > Can you post an example? > > (try >  (throw (ClassNotFoundException. "What makes you say that?")) >  (catch ClassNotFoundException e >    (println (.getMessage e > > > Hi, is there a way of catching ClassNotFoundException? Using > >

Re: Catching ClassNotFoundException.

2010-12-15 Thread Stuart Halloway
Can you post an example? (try (throw (ClassNotFoundException. "What makes you say that?")) (catch ClassNotFoundException e (println (.getMessage e > Hi, is there a way of catching ClassNotFoundException? Using > try..catch doesn't work! > > Thanks > >

Catching ClassNotFoundException.

2010-12-15 Thread Nicolas Buduroi
Hi, is there a way of catching ClassNotFoundException? Using try..catch doesn't work! Thanks -- 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 member