1 import java.lang.reflect.*;
2 
3 public class PR124
4 {
main(String[] args)5   public static void main (String[] args)
6   {
7     System.out.println (new InvocationTargetException ());
8   }
9 }
10