{
ExceptionHandler anyhandler1 = parse("/WEB-INF/exceptions.xml"); //deprecated
ExceptionHandler anyhandler2 = parse("/WEB-INF/pages.xml");
exceptionHandlers.add( new AnnotationRedirectHandler() );
exceptionHandlers.add( new AnnotationErrorHandler() );
if ( Init.instance().isDebug() )
{
exceptionHandlers.add( new DebugPageHandler() );
}