2009/11/22 Matt Fowles <[email protected]>: > John~ > > You can easily get around the checked exceptions by just generating all your > methods with 'throws Exception'.
Yes, but that makes it very messy if your users want to call your methods from Java (lots of unnecessary try-catches). Sometimes you want to do things like generate synthetic methods which you can't do at all in Java. John Wilson -- You received this message because you are subscribed to the Google Groups "JVM Languages" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jvm-languages?hl=.
