I want to handle this exception thrown from Circle.getArea() method using Aspectj.
Circle.getArea()
Shape.java
package Shapes; public class Ci