Error handling in Scala (December, 2012)

A nice discussion of error handling in Scala, including this statement:

'Scala makes “checked vs unchecked” very simple: it doesn’t have checked exceptions. All exceptions are unchecked in Scala, even SQLException and IOException.'