Scala | Exception Handling - GeeksforGeeks
www.geeksforgeeks.org › scala-exception-handlingNov 15, 2019 · Exceptions in Scala. Exception handling in Scala is implemented differently, but it behaves exactly like Java and works seamlessly with existing Java libraries. In scala, All exceptions are unchecked. there is no concept of checked exception Scala facilitates a great deal of flexibility in terms of the ability to choose whether to catch an exception.