1 2 3 4 5 6 7
package packag; public class Main { public static void main(String[] args) { throw new Error("around advice should have applied here"); } }