I have a problem with catchException clause with protected methods. is it a known limitation or am I doing something wrong?
java.lang.IllegalArgumentException: Protected method: parsePayment(Ljava/lang/String;)Lcom/company/Payment;
at org.mockito.cglib.proxy.MethodProxy.invoke(MethodProxy.java:197)
at com.googlecode.catchexception.internal.ExceptionProcessingInterceptor.intercept(ExceptionProcessingInterceptor.java:57)
at com.company.Payment$$EnhancerByMockitoWithCGLIB$$93906d33.parsePayment(<generated>)