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