class TryCatch{ test(){ try{ i; i=0; }catch(e){ e.printStackTrace(); } } }