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