$ 0 0 Why do people use catch (SomeException Or OtherException e) when they can just use catch (Exception e)? It catches all the exceptions, so why not use it for all, just in case?