/* */ {
/* 240 */ if (log.isDebugEnabled())
/* */ {
/* 242 */ log.debug("Unknown namespace:" + namespace + "...Assertion not supported");
/* */ }
/* 244 */ throw new UnsupportedAssertion();
/* */ }
/* 246 */ return (AssertionDeployer)((Class)this.domainDeployerMap.get(namespace)).newInstance();
/* */ }
/* */ catch (Exception e)
/* */ {
/* */ }
/* 251 */ throw new UnsupportedAssertion();
/* */ }