How to catch exceptions

try { statements }

catch (ExceptionClass exceptionName) { statements }

final { statements }