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