blob: ece333036d1952ac12dcde3db9c1beedd962561f [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 {
}