public class except { public static void main (String[] args) throws Exception { throw new Exception("Testing exceptions"); } };