How to catch exceptions November 21, 2009 | No Comments try { statements } catch (ExceptionClass exceptionName) { statements } final { statements }