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