**/
public class Home extends BasePage {
public void niceExceptionPage(IRequestCycle cycle) throws RequestCycleException {
// This will cause the NewException page to be shown, due to the overrides
// we have placed in the Engine used in this example
throw new RequestCycleException("This exception is intentionally thrown by the link handler",
this,
new MyException("this is an intentional runtime exception"));
}