throws TopicExpressionDialectUnknownFault
{
if (dialect == null || !dialect.equals(WstConstants.CONCRETE_TOPIC_URI))
{
Object[] filler = { dialect, WstConstants.CONCRETE_TOPIC_URI };
throw new TopicExpressionDialectUnknownFault(_MESSAGES.get("InvalidDialect", filler));
}
}