pageContext.initialise(inclusion, errorPage, id, brandName,
themeStyleSheets, layoutName);
} catch (LayoutException e) {
logger.error("unexpected-exception", e);
throw new PAPIException(e);
} catch (PolicyException e) {
logger.error("unexpected-exception", e);
throw new PAPIException(e);
} catch (RepositoryException e) {
logger.error("repository-exception", e);
throw new PAPIException(e);
// } catch (JiBXException e) {
// logger.error("unexpected-exception", e);
// throw new PAPIException(e);
// } catch (IOException e) {
// logger.error("unexpected-exception", e);