What you could do is put exception blocks for "special" exceptions, and then a generic exception block which catches Exceptions (the base class of all exceptions). Also, you can put multiple "catch"...