basics:ex6
This is an old revision of the document!
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.
basics/ex6.1172246117.txt.gz · Last modified: by bdefrain
