This is basically to wrap java factory methods which throw exceptions if the item can\'t be created based on the inputs. I\'m looking for something in the base library like:
Yes, you can take a look to the scala.util.control.Exception object. Especially, the allCatch function.
allCatch