[[basics:intro|Intro]] [[basics:ex1|Ex1]] [[basics:ex2|Ex2]] [[basics:ex3|Ex3]] [[basics:ex4|Ex4]] [[basics:ex5|Ex5]] [[basics:ex6|Ex6]] [[basics:ex7|Ex7]] ====== The Basics: Exercise 6 ====== Add another advice in the aspect ''Basics'' to print a message after a method of class ''Application'' exits with an exception. The message should contain a description of the exception. Employ ''after() throwing(Exception e)'' advice instead of ''before'' advice. Rerun the application and verify that the advice outputs a description for the exception raised inside of the ''exec'' method. ---- Continue with [[basics:ex7|Exercise 7]].