1: package simpleapp; 2: 3: public class Clazz { 4: public static void run() { 5: throw new NullPointerException("oops"); 6: } 7: }