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