blob: 92ecef0baee9f762d1036236c94256fceb7a3f24 [file] [log] [blame]
package test527b;
@Jpf.Controller(
catches = {
@Jpf.Catch(type = java.lang.Exception.class,
method = "handleException"),
@Jpf.Catch(type = PageFlowException.class,
method = "handlePageFlowException") })
public class A {
}