2011/3/26 Kevin Wright <[email protected]> > If nothing else, the Erlang approach shows us that different > categorisations for FileNotFound, OutOfMemory, RemoteInvocation, etc. can > also be seen as somewhat artificial when a different stance is taken > regarding what exceptions are and how to handle them.
No, all Erlang proves is that you can write robust software with runtime exceptions. The question whether it's easier to do so with checked exceptions remains open. -- Cédric -- You received this message because you are subscribed to the Google Groups "The Java Posse" 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/javaposse?hl=en.
