Hi Peter, Unfortunately I am working on code written by other developers. They do not want to move to HTL. So when I look through their code all try {} catch() {} code suppress all errors. E.gtry {Some Java code to read a resource} catch (Exception e) {} So I must make best of it as I cannot follow ...