import java.lang.reflect.*; public class PR124 { public static void main (String[] args) { System.out.println (new InvocationTargetException ()); } }